From 46180a3b69b7d6e118332995614e9b5fd360d2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 15 Oct 2022 14:55:38 +0200 Subject: [PATCH] Switch SSH deploy action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68563772a..d518611db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -142,10 +142,10 @@ jobs: working-directory: ${{steps.download.outputs.download-path}} - name: Install SSH Key - uses: shimataro/ssh-key-action@v2.3.1 + uses: benoitchantre/setup-ssh-authentication-action@1.0.0 with: - key: ${{ secrets.SSH_KEY }} - known_hosts: ${{ secrets.KNOWN_HOSTS }} + private-key: ${{ secrets.SSH_KEY }} + known-hosts: ${{ secrets.KNOWN_HOSTS }} - name: Transfer Builds to Pi-hole server for pihole checkout env: