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 d278b87 commit 5e8f4cdCopy full SHA for 5e8f4cd
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
env:
46
HUSKY_ENABLED: true
47
GH_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
48
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
49
run: npx auto shipit
50
51
publish-check:
@@ -56,4 +56,4 @@ jobs:
56
- run: npx auto pr-check --url "https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}?pr=${{github.event.pull_request.number}}"
57
58
GH_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN || github.token }}
59
0 commit comments