-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revise adr to support ssh #156
Conversation
Does this proposal mean that we can also do Now, the GitHub Pages Actions provides the SSH key input option to avoid the problem. It is useful that the setting up SSH key is supported by actions/checkout. Thank you. |
@peaceiris yes the ssh key will be persisted so you can script authenticated git commands. Will be removed at the end of the job. |
8d97a3b
to
2db4320
Compare
reviewed offline w/ @thechrisjohnson |
Proposing adding SSH support. This will help for users scripting submodule checkout.
Will open a separate ADR for a first-class
submodule
input.