Closed yermukhanbet closed 1 year ago
i'm assuming your ssh key is encrypted - e.g. begins with:
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
as stated in the Q&A section of readme you have to use a decrypted private key, so either create an unencrypted one without a passphrase or decrypt it like so:
openssl rsa -in ~/.ssh/id_rsa```
First of all, thank you for great job by developing this GitHub action.
I am trying to access multiple private repositories from GitHub Actions, which are linked to my main project as dependencies(SPM).
I successfully fetch SSH keys for both private repos. However, when I try to git clone them, output shows the following message:
Here is my workflow: