Skip to content

Commit 8fd0bbf

Browse files
authored
Merge pull request #13 from Theryston/CI
fix: add TOKEN_GITHUB
2 parents d575cb9 + 6550641 commit 8fd0bbf

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
@@ -25,6 +25,6 @@ jobs:
2525
yarn build
2626
- name: Release
2727
env:
28-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
2929
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3030
run: yarn release

0 commit comments

Comments
 (0)