mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-24 23:12:13 +00:00
Mention deployment key support on top of the README
This commit is contained in:
parent
0f851344e9
commit
2aceb2be74
1 changed files with 3 additions and 1 deletions
|
@ -3,13 +3,15 @@
|
|||
This action
|
||||
* starts the `ssh-agent`,
|
||||
* exports the `SSH_AUTH_SOCK` environment variable,
|
||||
* loads a private SSH key into the agent and
|
||||
* loads one or several private SSH key into the agent and
|
||||
* configures `known_hosts` for GitHub.com.
|
||||
|
||||
It should work in all GitHub Actions virtual environments, including container-based workflows.
|
||||
|
||||
Windows and Docker support is, however, somewhat new. Since we have little feedback from the field, things might not run so smooth for you as we'd hope. If Windows and/or Docker-based workflows work well for you, leave a :+1: at https://github.com/webfactory/ssh-agent/pull/17.
|
||||
|
||||
Also, using multiple GitHub deployment keys is supported; keys are mapped to repositories by using SSH key comments (see below).
|
||||
|
||||
## Why?
|
||||
|
||||
When running a GitHub Action workflow to stage your project, run tests or build images, you might need to fetch additional libraries or _vendors_ from private repositories.
|
||||
|
|
Loading…
Add table
Reference in a new issue