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 5dce139 commit 4911ff9Copy full SHA for 4911ff9
.github/workflows/publish-github-package.yml
@@ -27,4 +27,4 @@ jobs:
27
- name: Publish
28
run: npm publish
29
env:
30
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.PUBLISH_TOKEN}}
0 commit comments