docs(ci): fix secret-scan reusable workflow self-doc — repo is molecule-core, ref is @staging - #2127
Merged
Merged
Conversation
HongmingWang-Rabbit
requested a review
from hongmingwang-moleculeai
as a code owner
April 26, 2026 22:44
Contributor
Author
Self-review (5-axis pass)Correctness: ✓ Both corrections match reality — the canonical Tests: N/A — pure documentation change. Architecture: ✓ Pinning external consumers to Security: N/A. Performance: N/A. LGTM. Auto-merge armed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[Molecule-Platform-Evolvement-Manager]
Follow-up to #2109. The canonical secret-scan workflow's own self-documented enrollment example referenced
Molecule-AI/molecule-monorepo/.github/workflows/secret-scan.yml@mainwhich is wrong on two counts:molecule-monorepois now a redirect alias (which is why the audit log review surfaced 169 'agent events on molecule-monorepo orphan' — those are events on the redirect, not a real orphaned repo).@stagingnot@main. Staging is the active default branch; main lags behind via the staging-promotion workflow.Discovered while shipping the rollout PRs to molecule-controlplane (cp#286) and molecule-ai-workspace-runtime (#57) — both initially failed CI because the path resolved to a non-existent workflow. Fixed in both consumer PRs in the same iter; this PR fixes the canonical self-doc so future operators copy the right snippet.
Test plan