We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f0770 commit a656d1eCopy full SHA for a656d1e
.github/workflows/gh-pages.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Build Electron App
78
run: |
79
case ${{ matrix.platform }} in
80
- win) GH_TOKEN=${{ secrets.GH_TOKEN }} npm run dist -- --win;;
+ win) GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run dist -- --win;;
81
mac) npm run dist -- --mac ;;
82
linux) npm run dist -- --linux AppImage ;;
83
esac
0 commit comments