Skip to content

Commit d604316

Browse files
Update npm-publish.yml
1 parent 25f73d8 commit d604316

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
scope: '@battlefieldduck'
4242
- run: npm publish
4343
env:
44-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
44+
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
45+
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}

0 commit comments

Comments
 (0)