Skip to content

Commit 7d560d4

Browse files
committed
chore: fix github token
1 parent ce827d9 commit 7d560d4

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
@@ -20,6 +20,6 @@ jobs:
2020
run: yarn install --frozen-lockfile --non-interactive
2121
- name: Release
2222
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2424
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2525
run: npx semantic-release

0 commit comments

Comments
 (0)