π€ Generated by the Daily AI Engineer
Evidence
docs/TENANTS.md (~line 135) tells tenant authors their cd.yaml calls publish-app.yaml from devantler-tech/reusable-workflows. That repo is archived β the workflow now lives in devantler-tech/actions.
The platform's own policy comment already records the move: k8s/bases/infrastructure/cluster-policies/.../verify-app-images.yaml (~lines 53-66) notes publish-app moved into the actions monorepo. The current tenant scaffold agrees β gitops-tenant-template's .github/workflows/cd.yaml calls devantler-tech/actions/.github/workflows/publish-app.yaml.
Audience and impact
A tenant author following TENANTS.md is pointed at an archived repository. Nothing breaks today β verify-app-images' attestor subjectRegExp still accepts both identities during the transition β so this is a correctness/onboarding problem, not an outage. It becomes a real breakage if the transitional regex is ever tightened to the actions identity alone.
Expected behaviour
TENANTS.md cites devantler-tech/actions as the home of publish-app.yaml.
Acceptance criteria
Rough size: XS (doc-only).
Found while auditing tenant-scaffold/platform lockstep for gitops-tenant-template#6.
Evidence
docs/TENANTS.md(~line 135) tells tenant authors theircd.yamlcallspublish-app.yamlfromdevantler-tech/reusable-workflows. That repo is archived β the workflow now lives indevantler-tech/actions.The platform's own policy comment already records the move:
k8s/bases/infrastructure/cluster-policies/.../verify-app-images.yaml(~lines 53-66) notes publish-app moved into the actions monorepo. The current tenant scaffold agrees βgitops-tenant-template's.github/workflows/cd.yamlcallsdevantler-tech/actions/.github/workflows/publish-app.yaml.Audience and impact
A tenant author following TENANTS.md is pointed at an archived repository. Nothing breaks today β
verify-app-images' attestorsubjectRegExpstill accepts both identities during the transition β so this is a correctness/onboarding problem, not an outage. It becomes a real breakage if the transitional regex is ever tightened to the actions identity alone.Expected behaviour
TENANTS.md cites
devantler-tech/actionsas the home ofpublish-app.yaml.Acceptance criteria
devantler-tech/actionsforpublish-app.yamlreusable-workflowsreferences indocs/TENANTS.mdRough size: XS (doc-only).
Found while auditing tenant-scaffold/platform lockstep for gitops-tenant-template#6.