Commit 0f234ba
workflow: authenticate GHCR pulls in holon-solve (#747)
* workflow: add best-effort GHCR auth for holon-solve
- request packages:read in holon-solve job permissions\n- attempt docker login to ghcr.io before running holon (best effort)\n- add packages:read to generated holon trigger template\n\nThis fixes private GHCR base image pull failures in downstream repos using holon-solve.
* Update .github/workflows/holon-solve.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent d9ddb7a commit 0f234ba
File tree
2 files changed
+13
-0
lines changed- .github/workflows
- cmd/holon/templates
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| 585 | + | |
585 | 586 | | |
586 | 587 | | |
587 | 588 | | |
| |||
834 | 835 | | |
835 | 836 | | |
836 | 837 | | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
837 | 849 | | |
838 | 850 | | |
839 | 851 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments