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 e3ddffb commit 6ab0706Copy full SHA for 6ab0706
.github/workflows/release.yaml
@@ -21,5 +21,5 @@ jobs:
21
token: ${{ secrets.NPM_AUTH_TOKEN }}
22
- uses: JS-DevTools/npm-publish@v2
23
with:
24
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.REPO_TOKEN }}
25
registry: 'https://npm.pkg.github.com'
0 commit comments