jbrunton / gflows

A CLI tool that makes templating GitHub Workflows easy
MIT License
30 stars 3 forks source link

feat: support git packages for private repos #190

Closed jbrunton closed 3 years ago

jbrunton commented 3 years ago

This PR allows for git repos to be specified so that private repos can be used locally.

To use on GitHub, you'd need to configure SSH keys which isn't ideal. Support for token access will follow.