Can we pass through an SSH_KEY to enable building private repo pages
steven-murray opened this issue · 5 comments
steven-murray commented
actions/checkout@v3
accepts a with: SSH_KEY
argument which needs to be set to grab private repos. Can we accept this key in this repo? Or maybe it would be better to let the user do the checkout, and just use the checked-out repo in this action?
SilverRainZ commented
it would be better to let the user do the checkout, and just use the checked-out repo in this action?
I think this way is reasonable. I will add an extra option to let the user checkout by self.
steven-murray commented
perfect, thanks!
SilverRainZ commented
I am busy recently and may not add this feature soon, if you can contribute a PR, I will be very grateful.
steven-murray commented
Thank you!