File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
17
17
uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
- token : ${{ secrets.RELEASE_TOKEN }}
20
+ token : ${{ secrets.GH_WEB_SHIM_PUSH_TOKEN }}
21
21
- name : Setup Node.js
22
22
uses : actions/setup-node@v4
23
23
with :
24
24
node-version : ' lts/*'
25
25
registry-url : ' https://registry.npmjs.org'
26
26
- name : Release
27
27
env :
28
- GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
29
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
30
- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
28
+ GITHUB_TOKEN : ${{ secrets.GH_WEB_SHIM_PUSH_TOKEN }}
29
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_WEB_SHIM_PUSH_TOKEN }}
30
+ NPM_TOKEN : ${{ secrets.NPM_WEB_SHIM_PUSH_TOKEN }}
31
31
run : |
32
32
npx -p semantic-release \
33
33
-p @semantic-release/changelog \
You can’t perform that action at this time.
0 commit comments