Skip to content

Commit e04afd9

Browse files
author
ogmatrix
committed
ci: use GH_TOKEN for semantic-release authentication
1 parent 645c5d3 commit e04afd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semantic-release.yml

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

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

0 commit comments

Comments
 (0)