ci: Bug fix? Use PAT for auto-merge but not for fetching metadata

This commit is contained in:
Chris Hennick 2024-04-28 12:12:48 -07:00
parent 54dd12085b
commit b23a892f5b
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -19,6 +19,5 @@ jobs:
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
OWNER: ${{ github.repository_owner }}
GH_TOKEN: "${{ github.token }}"
PR_URL: ${{github.event.pull_request.html_url}}∂
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"