Commit 3243a22
fix: add x-access-token prefix for GitHub App token in URL substitution
GitHub App tokens require the x-access-token:<token> format when used
in HTTPS URLs. Without this prefix, Poetry SSH-to-HTTPS URL rewriting
fails to authenticate against private repos (splunksdc, splunktafunctionaltests).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8ec48d8 commit 3243a22
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
| 144 | + | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments