Commit 4245911
Use QC_GIT_TOKEN for gh auth in stubs repo discovery (#9432)
Continuation of #9430. The default GITHUB_TOKEN is scoped to the
workflow's own repo and can't see private QuantConnect/Lean.DataSource.*
repos, so gh repo list was returning only the public subset.
QC_GIT_TOKEN already has the org-level access required for cloning
private repos in ci_build_stubs.sh, so reuse it here for the discovery
step.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent fca5321 commit 4245911
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments