Use SSH Deploy Key to push #1270
-
Hi I've added the private key as as repository secret named When running this action:
The checkout fails with:
If I've read the documentation correctly this should work (in general) , but I can't figure out what I've done wrong. My public key looks like:
The private key looks like:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Got it, remove the quotes: |
Beta Was this translation helpful? Give feedback.
Got it, remove the quotes:
ssh-key: {{ secrets.PUSH_KEY }}