Skip to content

Commit b4aa189

Browse files
committed
ci: use sngularbot token to publish
1 parent 13aa620 commit b4aa189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
23+
persist-credentials: false
2324
- name: Setup Node.js
2425
uses: actions/setup-node@v3
2526
with:
@@ -30,6 +31,6 @@ jobs:
3031
run: npm audit signatures
3132
- name: Release
3233
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.SNGULARBOT_TOKEN }}
3435
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3536
run: npm run release

0 commit comments

Comments
 (0)