From 600a3d0729c1e4b3017a0d467dcb1646717f6de4 Mon Sep 17 00:00:00 2001 From: Marco Primi Date: Thu, 8 May 2025 15:14:11 -0700 Subject: [PATCH] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3028201..c0295b0 100644 --- a/README.md +++ b/README.md @@ -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: