fix(ci): lowercase 'molecule-ai/' in cross-repo workflow refs #1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/publish-image.yml
vendored
2
.github/workflows/publish-image.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/secret-scan.yml
vendored
2
.github/workflows/secret-scan.yml
vendored
@ -19,4 +19,4 @@ on:
|
||||
|
||||
jobs:
|
||||
secret-scan:
|
||||
uses: Molecule-AI/molecule-core/.github/workflows/secret-scan.yml@staging
|
||||
uses: molecule-ai/molecule-core/.github/workflows/secret-scan.yml@staging
|
||||
|
||||
Loading…
Reference in New Issue
Block a user