You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to SSH using my local terminal but on github actions it is giving me a timeout. I have checked multiple times by putting the private key as a secret just in case if I made a mistake but idk what is happening.
Can anyone please help me get this running?
btw I am trying to ssh to a remote machine, not a docker container.
The text was updated successfully, but these errors were encountered:
Could it be that the name of the input parameter is not key but is ssh-key instead? As per the drone-ssh code here it could be a wrong input parameter. Please do let me know if I am wrong, thanks.
This is my script and the error is
I am able to SSH using my local terminal but on github actions it is giving me a timeout. I have checked multiple times by putting the private key as a secret just in case if I made a mistake but idk what is happening.
Can anyone please help me get this running?
btw I am trying to ssh to a remote machine, not a docker container.
The text was updated successfully, but these errors were encountered: