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 463e1e7 commit b711a50Copy full SHA for b711a50
.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.NPM_CI_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments