From b7c65a1d4b9c14a9fe85a836ac08985b3567240c Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Tue, 3 Mar 2026 15:22:20 -0500 Subject: [PATCH] ci(digest): remove PAT approval step (#48) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ci(digest): remove PAT approval step — auto-approve handles it --- .github/workflows/upstream-digest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/upstream-digest.yml b/.github/workflows/upstream-digest.yml index bb7d8f7..f3482cc 100644 --- a/.github/workflows/upstream-digest.yml +++ b/.github/workflows/upstream-digest.yml @@ -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