Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions .github/workflows/docs-sync.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions .github/workflows/pr-review-panel.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions .github/workflows/shared/apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,16 @@ jobs:
# ROW_PRIVATE_KEY values so downstream tolerance is irrelevant.
pk="${pk%$'\n'}"
# Defence in depth: the PK is already masked because it came from
# a ${{ secrets.* }} reference at compile time, but registering it
# again here makes the contract explicit and survives any future
# gh-aw template churn that might lose the secret tag.
# a secrets-context reference at compile time (gh-aw substitutes
# the configured private-key secret into AW_APM_*), but
# registering it again here makes the contract explicit and
# survives any future gh-aw template churn that might lose the
# secret tag. NOTE: do not write GitHub Actions expression syntax
# (dollar-doublecurly ... doublecurly) inside this comment.
# gh-aw v0.76+ harvests such tokens out of bash run-block bodies
# (even inside `#` comments) and hoists them into the step env,
# which fails workflow load when the inner expression resolves
# to a sequence (e.g. wildcard secrets-context references).
echo "::add-mask::$pk"
# Use a random heredoc delimiter to eliminate any chance of a PEM
# line collision terminating the value early. The official docs
Expand Down
16 changes: 12 additions & 4 deletions .github/workflows/triage-panel.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading