gruntwork-io / fetch

Download files, folders, and release assets from a specific git commit, branch, or tag of public and private GitHub repos.
https://www.gruntwork.io/
MIT License
589 stars 90 forks source link

Support fetching private repos with SSH keys #67

Open yorinasub17 opened 4 years ago

yorinasub17 commented 4 years ago

Using SSH keys makes secrets management easier in certain environments (e.g., Docker with --mount=type=ssh) as it allows avoiding multistage builds and dancing with environment variables.

yorinasub17 commented 4 years ago

NOTE: This may not be possible with binary assets associated with releases.