mirror of
https://github.com/appleboy/ssh-action.git
synced 2024-11-22 22:06:09 +08: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:
parent
97f8d752b5
commit
5a8776fd15
2
.github/workflows/ssh-server.yml
vendored
2
.github/workflows/ssh-server.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user