ci: Bug fix? Use ${{github.token}} for everything

This commit is contained in:
Chris Hennick 2024-04-28 13:14:13 -07:00
parent eacdfde7da
commit 406da383e9
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}}
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"
GH_TOKEN: "${{ github.token }}"