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:
Marco Primi 2025-05-08 15:14:11 -07:00 committed by GitHub
parent a6f90b1f12
commit 600a3d0729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: