sphinx-notes/pages

Can we pass through an SSH_KEY to enable building private repo pages

steven-murray opened this issue · 5 comments

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?

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.

perfect, thanks!

I am busy recently and may not add this feature soon, if you can contribute a PR, I will be very grateful.

Thank you!