Closed nerg4l closed 4 years ago
@nerg4l thank you! I will investigate it.
My public key is an empty string here: https://github.com/broadcastt/broadcastt-docs/blob/master/.github/workflows/main.yml
As far as know I have to set it because it is set as required: true
in action.yml
.
From ssh.com Key Pair - Public and Private
Public key has to be stored on the target of the ssh connection inside
authorized_keys
Private key has to be stored on the client of the ssh connection. (eg.
id_rsa
)This means that adding
$SSH_PATH/deploy_key.pub
is completely unnecessary.