Skip to content

Commit c886c09

Browse files
committed
Rename secret name
1 parent 1e81d5a commit c886c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: npm ci
2828
- run: npm publish
2929
env:
30-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
30+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3131

3232
publish-gpr:
3333
needs: build

0 commit comments

Comments
 (0)