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 f6864d4 commit 61a961cCopy full SHA for 61a961c
.github/workflows/publish.yml
@@ -72,4 +72,4 @@ jobs:
72
- run: yarn build
73
- run: npm publish --access public
74
env:
75
- NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments