diff --git a/.gitea/workflows/runbook.yml b/.gitea/workflows/runbook.yml index 107ef12..babaf94 100644 --- a/.gitea/workflows/runbook.yml +++ b/.gitea/workflows/runbook.yml @@ -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: |