Skip to content

Use GitLab File variable for HARMONIA_SSH_KEY

Smartypants requested to merge add-harmonia-module into master

Summary

  • Expect HARMONIA_SSH_KEY as a GitLab File type variable so SSH key newlines are preserved
  • Use the file path directly with -i, no tmpfile needed
  • Add UserKnownHostsFile=/tmp/harmonia_known_hosts for runners without a home directory

Merge request reports