Skip to content

Commit 43f3838

Browse files
authored
Update npm-publish.yml
1 parent 1c9c8b7 commit 43f3838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.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.NPM_TOKEN}}
3434

3535
publish-gpr:
3636
needs: build

0 commit comments

Comments
 (0)