diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index 8c364e0b9..c14bc2784 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -26,7 +26,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