actions-marketplace-validations/webfactory/ssh-agent
Run `ssh-agent` and load an SSH key to access other private repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 17, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/webfactory_ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh-private-key | Private SSH key to register in the SSH agent | yes | — |
| ssh-auth-sock | Where to place the SSH Agent auth socket | — | — |
| log-public-key | Whether or not to log public key fingerprints | no | true |
| ssh-agent-cmd | ssh-agent command | no | — |
| ssh-add-cmd | ssh-add command | no | — |
| git-cmd | git command | no | — |
Outputs
no outputs