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 }}