fix(ci/cd): changed authentication method in ssh-action

This commit is contained in:
Alex Wellnitz 2024-09-21 09:45:17 +02:00
parent 6b80015619
commit 4344f7fe3d

View File

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