Skip to content

Commit cd52420

Browse files
chore: use GITHUB_TOKEN to release (#1934)
Co-authored-by: Anton Arnautov <[email protected]>
1 parent 2f1df15 commit cd52420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
- name: Release
2828
env:
2929
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
30-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
30+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
run: yarn semantic-release

0 commit comments

Comments
 (0)