Skip to content

Commit 844f9d9

Browse files
committed
fix: replace GITHUB_TOKEN with PAT_TOKEN in release workflow
1 parent 0c46a22 commit 844f9d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636

3737
- name: Release
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
4040
run: npx semantic-release

0 commit comments

Comments
 (0)