This commit is contained in:
@@ -17,7 +17,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.ANSIBLE_KEY_BASE64 }}" | base64 -d > ~/.ssh/id_rsa
|
echo "${{ secrets.ANSIBLE_KEY_BASE64 }}" | base64 -d > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
|
- name: echo base64 key
|
||||||
|
run: |
|
||||||
|
echo "${{ secrets.ANSIBLE2 }}"
|
||||||
- name: echo SSH key
|
- name: echo SSH key
|
||||||
run: |
|
run: |
|
||||||
ls -la ~/.ssh
|
ls -la ~/.ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user