Commit 76c6da3
committed
fix(ci): unset extraheader before setup_repos.sh to allow PAT auth
actions/checkout sets an extraheader using GITHUB_TOKEN which only has
access to this repo. This overrides the GIT_CONFIG_COUNT-based auth in
setup_repos.sh, causing 'repository not found' for external private repos.1 parent 3335881 commit 76c6da3
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments