Skip to content

Commit 7e12a5d

Browse files
authored
Update publish_npm.yml
1 parent c8165c3 commit 7e12a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Publish
2525
run: npm publish --access public
2626
env:
27-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
NODE_AUTH_TOKEN: ${{ secrets.NPM_CI_TOKEN }}

0 commit comments

Comments
 (0)