ci(digest): remove PAT approval step (#48)

ci(digest): remove PAT approval step — auto-approve handles it
This commit is contained in:
Barrett Ruth 2026-03-03 15:22:20 -05:00 committed by GitHub
parent 5025803324
commit b7c65a1d4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,5 @@ jobs:
--body "Automated weekly digest of new upstream activity. Triage by updating statuses and notes." \
--base main \
--head "${BRANCH}")
GH_TOKEN="${{ secrets.DIGEST_PAT }}" gh pr review "${PR_URL}" --approve
gh pr merge "${PR_URL}" --auto --squash
fi