ci: switch to password authentication in GitHub workflow

- Replace SSH key authentication with password authentication in GitHub workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy 2024-06-05 21:30:47 +08:00
parent 97f8d752b5
commit 5a8776fd15
No known key found for this signature in database

View file

@ -465,7 +465,7 @@ jobs:
with:
host: ${{ env.REMOTE_HOST }}
username: linuxserver.io
key: ${{ env.PRIVATE_KEY }}
password: password
port: 2222
script_stop: true
request_pty: true