From 8ccca61ece8fb3a78d71bc7b2cb034ed8fcd56ac Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 7 Jan 2026 09:46:33 -0800 Subject: [PATCH] fix: use SYNC_PAT instead of GITHUB_TOKEN for branch protection bypass --- .github/workflows/sync-dev-to-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-dev-to-main.yml b/.github/workflows/sync-dev-to-main.yml index 22ef914c30..d25fded1e4 100644 --- a/.github/workflows/sync-dev-to-main.yml +++ b/.github/workflows/sync-dev-to-main.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Full history for merge - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.SYNC_PAT }} - name: Configure git run: |