Fix workflow
All checks were successful
Run Ansible Playbook / run-ansible (push) Successful in 2s

This commit is contained in:
moritzrfs
2025-05-05 22:52:34 +02:00
parent 052cc009de
commit c03d71c804

View File

@@ -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: |