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 25f73d8 commit d604316Copy full SHA for d604316
.github/workflows/npm-publish.yml
@@ -41,4 +41,5 @@ jobs:
41
scope: '@battlefieldduck'
42
- run: npm publish
43
env:
44
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
45
+ NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}
0 commit comments