Skip to content

Commit 842d228

Browse files
authored
chore(release): use custom Github token (#187)
1 parent 4affc10 commit 842d228

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
@@ -36,7 +36,7 @@ jobs:
3636
- run: yarn build
3737
- run: yarn release
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4040
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4141

4242
pages:

0 commit comments

Comments
 (0)