Getting "Error loading key "(stdin)": invalid format" with ssh-key #614
Answered
by
JamesIves
bjmiller121
asked this question in
Q&A
-
Hi there, I'm trying to use this action to deploy to a separate repo and am getting an error during the deploy step. I'm not sure whether I have something misconfigured of I'm just hitting a bug. Any help getting past this error would me much appreciated. Following the instructions in the README for setting up an SSH key, this is what I've done so far:
Full readout of deploy step
My full Worlflow file: deploy-to-ghpages.yml
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
JamesIves
Feb 24, 2021
Replies: 1 comment 8 replies
-
Are you pasting the entire key, including the |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
bjmiller121
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you pasting the entire key, including the
----BEGIN PRIVATE KEY -----
and---- END PRIVATE KEY ----
headers and everything in between as your secret?