Skip to content

Commit 602a90c

Browse files
committed
fix(github-actions): use GH_TOKEN instead of GITHUB_TOKEN for electron-builder
1 parent 14d5846 commit 602a90c

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
@@ -82,4 +82,4 @@ jobs:
8282
cd electron-app
8383
npm run electron:build
8484
env:
85-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)