From 843b00166e94568dbcd0db0becbd344c414fdb12 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 17 Apr 2026 19:04:54 +1000 Subject: [PATCH] fix: update GitHub token secret reference in build workflow --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 42fb15c..80eda00 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -98,7 +98,7 @@ jobs: - name: Build Electron app run: npm run build:win env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GHTOKEN }} - name: Upload Squirrel Setup (x64) uses: actions/upload-artifact@v3 @@ -168,7 +168,7 @@ jobs: - name: Build Electron app run: npm run build:linux env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GHTOKEN }} - name: Upload AppImage uses: actions/upload-artifact@v3