From 09cdf07875eb0ce10ae2ab6103f441a0b5a56c94 Mon Sep 17 00:00:00 2001 From: Niko <108409246+defautluser0@users.noreply.github.com> Date: Fri, 23 May 2025 18:13:33 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7308a45..2e0c718 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,4 +43,4 @@ jobs: run: | pnpm electron-builder --${{ matrix.platform }} --publish always env: - GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }} + GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}