mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-06-27 21:23:46 +00:00
Add warning about multiple keys
Support for multiple keys as described in the README is currently broken, add a warning to anyone attempting to use it. Hopefully this can be reverted at some point in the near future.
This commit is contained in:
parent
a6f90b1f12
commit
600a3d0729
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ jobs:
|
|||
|
||||
### Using Multiple Keys
|
||||
|
||||
⚠️ Warning: this currently does not work, see [Issue 228](https://github.com/webfactory/ssh-agent/issues/228)
|
||||
|
||||
There are cases where you might need to use multiple keys. For example, "[deploy keys](https://docs.github.com/en/developers/overview/managing-deploy-keys#deploy-keys)" might be limited to a single repository, so you'll need several of them.
|
||||
|
||||
You can set up different keys as different secrets and pass them all to the action like so:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue