Commit dadc7a9
feat: propagate git PAT to ~/.netrc for dependency authentication
When using PAT authentication, write the token to ~/.netrc so that
git operations triggered by uv sync (e.g. fetching private git
dependencies listed in pyproject.toml) can authenticate using the
same credentials as the main repository clone.
Refs: SUPPORT-15344
Co-Authored-By: Zora Jelínková <zora.jelinkova@keboola.com>1 parent 2145095 commit dadc7a9
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
48 | 61 | | |
49 | 62 | | |
50 | 63 | | |
| |||
0 commit comments