Skip to content

Commit 298732f

Browse files
authored
Update npm-publish.yml
1 parent 46c091c commit 298732f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
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_AUTH_TOKEN}}
3434

3535
publish-gpr:
3636
needs: build

0 commit comments

Comments
 (0)