1
0
mirror of https://gitea.com/actions/appleboy-ssh-action.git synced 2025-12-04 20:29:29 +00:00

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

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