fix: use password instead of ssh key

This commit is contained in:
theoleuthardt 2025-02-24 13:42:33 +01:00
parent cffc5ba3f1
commit 877254994a

View file

@ -75,8 +75,7 @@ jobs:
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cd "${{ secrets.HOMELAB_PATH }}"