Skip to content

Commit bd5d21b

Browse files
andimarekclaude
andcommitted
Use ADMIN_PAT for baseline update push to bypass branch protection
The default GITHUB_TOKEN cannot push to master when required status checks are enabled, since the new commit has never had checks run on it. An admin PAT bypasses this restriction. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ec31e0b commit bd5d21b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
runs-on: ubuntu-latest
111111
steps:
112112
- uses: actions/checkout@v6
113+
with:
114+
token: ${{ secrets.ADMIN_PAT }}
113115
- name: Download Test Stats
114116
uses: actions/download-artifact@v4
115117
with:

0 commit comments

Comments
 (0)