fix: use GITHUB_TOKEN for auto-merge to respect CI checks (#6953)

This commit is contained in:
Hayden
2026-01-29 21:26:10 -06:00
committed by GitHub
parent 78fbbf0264
commit b5358896eb

View File

@@ -79,7 +79,7 @@ jobs:
- name: Enable auto-merge
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }}
REPO: ${{ github.repository }}
run: |