Skip to content

Commit 5e8f4cd

Browse files
committed
use NEW token
1 parent d278b87 commit 5e8f4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
HUSKY_ENABLED: true
4747
GH_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
48-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
48+
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
4949
run: npx auto shipit
5050

5151
publish-check:
@@ -56,4 +56,4 @@ jobs:
5656
- run: npx auto pr-check --url "https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}?pr=${{github.event.pull_request.number}}"
5757
env:
5858
GH_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN || github.token }}
59-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
59+
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)