Merge pull request #2127 from Molecule-AI/docs/secret-scan-self-doc-fix

docs(ci): fix secret-scan reusable workflow self-doc — repo is molecule-core, ref is @staging
This commit is contained in:
Hongming Wang 2026-04-26 23:06:56 +00:00 committed by GitHub
commit 9516504480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,11 @@ name: Secret scan
#
# jobs:
# secret-scan:
# uses: Molecule-AI/molecule-monorepo/.github/workflows/secret-scan.yml@main
# uses: Molecule-AI/molecule-core/.github/workflows/secret-scan.yml@staging
#
# Pin to @staging not @main — staging is the active default branch,
# main lags via the staging-promotion workflow. Updates ride along
# automatically on the next consumer workflow run.
#
# Same regex set as the runtime's bundled pre-commit hook
# (molecule-ai-workspace-runtime: molecule_runtime/scripts/pre-commit-checks.sh).