Skip to content

Commit e92567c

Browse files
committed
fix: use correct secret value for NPM_TOKEN in CI
1 parent 1a1fc7b commit e92567c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Release
3131
env:
3232
SLACK_WEBHOOK: ${{ secrets.ADMIN_SLACK_WEBHOOK }}
33-
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
run: yarn release
3636

0 commit comments

Comments
 (0)