From 052cc009de281a4b6a3bc19fd82cfef6b85449fe Mon Sep 17 00:00:00 2001 From: moritzrfs Date: Mon, 5 May 2025 22:51:57 +0200 Subject: [PATCH] Try --- .gitea/workflows/runbook.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/runbook.yml b/.gitea/workflows/runbook.yml index bd6ea7a..107ef12 100644 --- a/.gitea/workflows/runbook.yml +++ b/.gitea/workflows/runbook.yml @@ -13,10 +13,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Copy base64 encoded SSH key to file to a temp file + - name: Copy base64 encoded SSH key to file to a temp file and dont decode it run: | - echo "${{ secrets.ANSIBLE_SSH_KEY }}" | /tmp/id_rsa.b64 + echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa.b64 - - name: cat the SSH key + - name: cat the base64 SSH key run: | cat /tmp/id_rsa.b64 \ No newline at end of file