This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
- name: Copy base64 encoded SSH key to file to a temp file and dont decode it
|
||||
run: |
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa.b64
|
||||
echo "${{ secrets.ANSIBLE2 }}" > /tmp/id_rsa.b64
|
||||
|
||||
- name: cat the base64 SSH key
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user