Skip to content

Commit

Permalink
ci: switch to password authentication in GitHub workflow
Browse files Browse the repository at this point in the history
- Replace SSH key authentication with password authentication in GitHub workflow

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Jun 5, 2024
1 parent 97f8d75 commit 5a8776f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssh-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a8776f

Please sign in to comment.