mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 10:09:37 +01: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
1 changed files with 1 additions and 1 deletions
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 a new issue