Skip to content

Commit 435a980

Browse files
Update npmpublish.yml
1 parent cdb6470 commit 435a980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm ci
3131
- run: npm publish
3232
env:
33-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
33+
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_TOKEN}}
3434

3535
publish-gpr:
3636
needs: build

0 commit comments

Comments
 (0)