diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 072ae3f..16b2311 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,4 +103,4 @@ jobs: - name: Release updater file run: pnpm updater env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/.github/workflows/updater.yaml b/.github/workflows/updater.yaml index aa37706..e6e867c 100644 --- a/.github/workflows/updater.yaml +++ b/.github/workflows/updater.yaml @@ -28,4 +28,4 @@ jobs: - name: Release updater file run: pnpm updater env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}