Commit Graph
4 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
megamiley f6a66c462d Update action.yml 2026-08-05 13:38:02 +00:00
megamiley 69592ce311 Update action.yml 2026-08-04 19:04:57 +00:00
megamiley 09f3c00aac Add action.yml 2026-06-16 07:00:30 +00:00