diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 11b010a43..a27f79787 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -34,7 +34,7 @@ jobs: # See https://github.com/3box/rust-builder image: public.ecr.aws/r5b3e0r5/3box/rust-builder:latest env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PAT }} steps: - name: Checkout repository uses: actions/checkout@v3