diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0593c53..e66c63e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,7 @@ jobs: permissions: contents: write env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} runs-on: ubuntu-latest steps: - name: Checkout