diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 087106c55..2f7ad4db2 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -104,6 +104,8 @@ jobs: - name: Open PR run: | gh pr create -t "rc-${{ env.SDK_VERSION }}" -b "This is an auto-generated PR to merge the RC branch back into main upon successful release" -B "main" -H "rc-${{ env.SDK_VERSION }}" + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} build: needs: prepare