Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 37cdc89

Browse files
committed
fix: use bot token for release workflow
1 parent 67953d2 commit 37cdc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Release
2424
env:
2525
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
2727
run: npx semantic-release

0 commit comments

Comments
 (0)