Skip to content

Commit 321f4e8

Browse files
jt55401claude
andcommitted
fix(ci): disable checkout persist-credentials for cross-repo auth
The default GITHUB_TOKEN extraheader was overriding the PAT-based git URL rewrite, causing private dep access to fail. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 003fc21 commit 321f4e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
persist-credentials: false
1517

1618
- uses: actions/setup-node@v4
1719
with:

0 commit comments

Comments
 (0)