Skip to content

Commit dc8e08d

Browse files
bpamiriclaude
andcommitted
ci: make docs sync non-blocking when PAT expires
The WHEELS_DEV_PAT secret has bad credentials since the monorepo merge, causing the sync-docs job to fail and mark the entire CI as failed even though all 43 test jobs pass. Add continue-on-error so docs sync failures don't block development. The PAT still needs to be regenerated in repo settings to restore docs sync functionality. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent df4b44e commit dc8e08d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
sync:
1111
runs-on: ubuntu-latest
12+
# Docs sync should not block CI — PAT may expire independently
13+
continue-on-error: true
1214
steps:
1315
- name: Checkout wheels repo
1416
uses: actions/checkout@v4

0 commit comments

Comments
 (0)