Skip to content

Commit a656d1e

Browse files
committed
test with secrets.GITHUB_TOKEN
1 parent 52f0770 commit a656d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Build Electron App
7878
run: |
7979
case ${{ matrix.platform }} in
80-
win) GH_TOKEN=${{ secrets.GH_TOKEN }} npm run dist -- --win;;
80+
win) GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run dist -- --win;;
8181
mac) npm run dist -- --mac ;;
8282
linux) npm run dist -- --linux AppImage ;;
8383
esac

0 commit comments

Comments
 (0)