We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fbd32 commit 282a5c9Copy full SHA for 282a5c9
.github/workflows/main.yml
@@ -5,6 +5,8 @@ on:
5
paths:
6
- .github/**
7
- packages/**
8
+ - .npmrc
9
+ - package.json
10
pull_request:
11
12
@@ -77,6 +79,7 @@ jobs:
77
79
uses: codecov/codecov-action@v4
78
80
with:
81
env_vars: OS,NODE
82
+ token: ${{ secrets.CODECOV_TOKEN }}
83
84
# - name: Bundle all packages
85
# if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x'
@@ -123,7 +126,7 @@ jobs:
123
126
- name: Build Source
124
127
run: npm run build
125
128
- - uses: zowe-actions/octorelease@v1
129
+ - uses: zowe-actions/octorelease@reg-config
130
env:
131
GIT_COMMITTER_NAME: ${{ secrets.ZOWE_ROBOT_USER }}
132
GIT_COMMITTER_EMAIL: ${{ secrets.ZOWE_ROBOT_EMAIL }}
0 commit comments