Skip to content

Commit 22714a9

Browse files
committed
chore: rename token var
1 parent c613774 commit 22714a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

3838
- name: Release
3939
env:
40-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
40+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4141
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4242
run: npx semantic-release

0 commit comments

Comments
 (0)