From 4344f7fe3d7bb93f30d277dce777e94b2ed09050 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Sat, 21 Sep 2024 09:45:17 +0200 Subject: [PATCH] fix(ci/cd): changed authentication method in ssh-action --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f32f4a8..f49f370 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -33,7 +33,7 @@ jobs: with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }} - password: ${{ secrets.SSH_KEY }} + key: ${{ secrets.SSH_KEY }} port: ${{ secrets.SSH_PORT }} script: | docker image pull alexohneander/sim-free:latest