Cannot use SSH key #178059
Replies: 1 comment 1 reply
-
| That error Usually means the SSH key in your workflow (secrets.DEPLOY_KEY) isn’t being read correctly, it might be invalid, misformatted, or not actually needed. If you’re just pushing changes back to the same repository, you don’t need to set up an SSH key at all. GitHub Actions already provides a built-in GITHUB_TOKEN that can handle authentication safely. If your workflow needs to push to another repository, then you’ll need to create and add a proper deploy key: | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
Actions Checkout
Discussion Details
I get the error above, below is the yml.
Beta Was this translation helpful? Give feedback.
All reactions