Skip to content

Commit 282a5c9

Browse files
committed
add codecov token
Signed-off-by: zFernand0 <[email protected]>
1 parent 23fbd32 commit 282a5c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
paths:
66
- .github/**
77
- packages/**
8+
- .npmrc
9+
- package.json
810
pull_request:
911
paths:
1012
- packages/**
@@ -77,6 +79,7 @@ jobs:
7779
uses: codecov/codecov-action@v4
7880
with:
7981
env_vars: OS,NODE
82+
token: ${{ secrets.CODECOV_TOKEN }}
8083

8184
# - name: Bundle all packages
8285
# if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x'
@@ -123,7 +126,7 @@ jobs:
123126
- name: Build Source
124127
run: npm run build
125128

126-
- uses: zowe-actions/octorelease@v1
129+
- uses: zowe-actions/octorelease@reg-config
127130
env:
128131
GIT_COMMITTER_NAME: ${{ secrets.ZOWE_ROBOT_USER }}
129132
GIT_COMMITTER_EMAIL: ${{ secrets.ZOWE_ROBOT_EMAIL }}

0 commit comments

Comments
 (0)