[TT-17030] Fix git auth: use x-access-token prefix for GitHub App tokens#988
[TT-17030] Fix git auth: use x-access-token prefix for GitHub App tokens#988
Conversation
The `url.insteadOf` git config pattern doesn't work when actions/checkout has set up a credential helper. Adding the x-access-token: prefix and trailing slashes fixes this. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
This pull request addresses a Git authentication issue within the Files Changed Analysis
Architecture & Impact Assessment
|
✅ Security Check PassedNo security issues found – changes LGTM. ✅ Architecture Check PassedNo architecture issues found – changes LGTM. ✅ Performance Check PassedNo performance issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-04-23T09:54:15.059Z | Triggered by: pr_opened | Commit: 707c3ef 💡 TIP: You can chat with Visor using |
|



Summary
url."https://${TOKEN}@github.com".insteadOfwithurl."https://x-access-token:${TOKEN}@github.com/".insteadOfin release.yml (1 occurrence)actions/checkouthas configured a credential helper; thex-access-token:prefix and trailing slashes fix thisTest plan
🤖 Generated with Claude Code