Open Pierre-FrancoisHau opened 3 weeks ago
Hello, here is what my YAML file looks like:
myTitle: timeout-minutes: 60 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: webfactory/ssh-agent@v0.5.3 with: ssh-private-key: | ${{ secrets.SSH_KEY_ONE }} ${{ secrets.SSH_Key_TWO }}
I've tried it with just the first key and just the second key, and they both work. However, when I use two keys at the same time, only one seems to be detected. Is there something I’m missing?
We're having the same issue. Seems like the comments are not saved in deploy keys (anymore?) and so ssh-agent isn't recognizing them
Hello, here is what my YAML file looks like:
I've tried it with just the first key and just the second key, and they both work. However, when I use two keys at the same time, only one seems to be detected. Is there something I’m missing?