Skip to content

Commit bb964e4

Browse files
authored
fix: release next-rspack ci (#84673)
should use `secrets.NPM_TOKEN_ELEVATED` to `env.NPM_TOKEN`
1 parent 51f561b commit bb964e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-next-rspack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
120120
env:
121-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
121+
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
122122

123123
- name: Release npm binding packages
124124
run: |

0 commit comments

Comments
 (0)