Change GH_TOKEN to use AUTO_MERGE secret

This commit is contained in:
Chris Titus
2026-02-23 18:26:20 -06:00
committed by GitHub
parent d5d0bf25f0
commit a9d9b148db

View File

@@ -28,4 +28,4 @@ jobs:
run: gh pr merge "$PR_NUMBER" --squash --delete-branch
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.AUTO_MERGE }}