DEV Community

Discussion on: Full GitHub Actions Course [FREE] 💥📽️🚀

Collapse
 
basman profile image
Adam.S • Edited

More a question.
I have been able to use the ssh action to make a remote server do actions on the remote server.
But I have been unable to use the actions/checkout to push to a the same remote server. Getting ssh authentication errors. Is it possible to push to a remote server using the checkout action?

Solved: I used add-ssh-key action to get the required key and known-host data into my action.