From a9d8037e42dd5ef4d977db54dd3f7e21d58b988a Mon Sep 17 00:00:00 2001 From: security-auditor Date: Thu, 7 May 2026 00:59:43 -0700 Subject: [PATCH] fix(ci): lowercase 'molecule-ai/' in cross-repo workflow refs Gitea is case-sensitive on owner slugs; canonical is lowercase `molecule-ai/...`. Mixed-case `Molecule-AI/...` refs fail-at-0s when the runner tries to resolve the cross-repo workflow / checkout. Same fix as molecule-controlplane#12. Mechanical case-correction; no behavior change beyond making CI resolve again. Refs: internal#46 Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/ci.yml | 2 +- .github/workflows/publish-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b788107..82d5b22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,4 +2,4 @@ name: CI on: [push, pull_request] jobs: validate: - uses: Molecule-AI/molecule-ci/.github/workflows/validate-workspace-template.yml@main + uses: molecule-ai/molecule-ci/.github/workflows/validate-workspace-template.yml@main diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 5ea7d6d..cc2393a 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -26,7 +26,7 @@ permissions: jobs: publish: - uses: Molecule-AI/molecule-ci/.github/workflows/publish-template-image.yml@main + uses: molecule-ai/molecule-ci/.github/workflows/publish-template-image.yml@main secrets: inherit with: # Cascade fires with client_payload.runtime_version = the exact