fix: update GitHub token secret reference in build workflow

This commit is contained in:
2026-04-17 19:04:54 +10:00
parent a196d2706f
commit 843b00166e

View File

@@ -98,7 +98,7 @@ jobs:
- name: Build Electron app - name: Build Electron app
run: npm run build:win run: npm run build:win
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GHTOKEN }}
- name: Upload Squirrel Setup (x64) - name: Upload Squirrel Setup (x64)
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
@@ -168,7 +168,7 @@ jobs:
- name: Build Electron app - name: Build Electron app
run: npm run build:linux run: npm run build:linux
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GHTOKEN }}
- name: Upload AppImage - name: Upload AppImage
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3