Revert "ci: Bug fix? Test with no explicit auth in "Enable auto-merge" step"

This reverts commit 6270595746.
This commit is contained in:
Chris Hennick 2024-04-28 12:46:21 -07:00
parent 0fc9ca177e
commit 31b23640a8
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -15,8 +15,9 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
uses: dependabot/fetch-metadata@v2.1.0
with:
github-token: ${{ github.token }}
github-token: "${{ github.token }}"
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
PR_URL: ${{github.event.pull_request.html_url}}∂
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"