Commit Graph
2 Commits
Author SHA1 Message Date
timmyhadwen 4b42299571 ci: take a read-only PAT for private submodule checkout
Gitea's per-job token is scoped to the calling repo, so cross-repo
private submodules (micromelon-kicadlibs, micromelon_3d) fail with
'Repository not found'. Callers now pass SUBMODULE_TOKEN, a PAT scoped
to read:repository, through to actions/checkout.
2026-08-23 17:58:06 +10:00
timmyhadwen 236b53a129 ci: port working pipeline from cookietronics/keeb@dev
The previous reusable used container: jobs, which cannot work on this
runner — the kicad_auto images have no Node, so actions/checkout's post
step dies with exit 127. It had never run successfully. This replaces it
with the docker-run design that keeb debugged into working, plus the
kicad10_auto bump and the artifact-path and @v3 pinning fixes.
2026-08-23 16:03:38 +10:00