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 5249612 commit 7f0a4ddCopy full SHA for 7f0a4dd
.github/workflows/release.yml
@@ -32,6 +32,6 @@ jobs:
32
- name: Release
33
env:
34
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
35
- NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
37
run: npm run release
0 commit comments