diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index e5da7790..ab4a7328 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -35,3 +35,6 @@ jobs: if: steps.check_diff.outputs.changes == 'true' run: | gh pr create --title "Update production branch" --body "This PR updates the production branch with changes from main." --base production --head main --label "automerge" + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +