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