1 Commits
Author SHA1 Message Date
Claude 89086c4163 Fix private key leaking into step logs
Composite actions substitute ${{ inputs.* }} directly into the run:
script source before execution, and the runner echoes that resolved
script at the top of the step log. Interpolating private_key and
transfers straight into the heredocs meant the raw SSH private key
was printed in plaintext on every run. Move both through env: and
reference them as shell variables instead, matching ssh-checkout and
ssh-command.
2026-08-06 08:47:21 +00:00