We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8165c3 commit 7e12a5dCopy full SHA for 7e12a5d
.github/workflows/publish_npm.yml
@@ -24,4 +24,4 @@ jobs:
24
- name: Publish
25
run: npm publish --access public
26
env:
27
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_CI_TOKEN }}
0 commit comments