ci: Bug fix? Auto-merge now requires GH_TOKEN, not GITHUB_TOKEN

This commit is contained in:
Chris Hennick 2024-04-28 11:45:27 -07:00
parent 82e0d5c150
commit c550e90711
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -20,4 +20,4 @@ jobs:
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"