Skip to content

Commit 5a8776f

Browse files
committedJun 5, 2024··
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>
1 parent 97f8d75 commit 5a8776f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ssh-server.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ jobs:
465465
with:
466466
host: ${{ env.REMOTE_HOST }}
467467
username: linuxserver.io
468-
key: ${{ env.PRIVATE_KEY }}
468+
password: password
469469
port: 2222
470470
script_stop: true
471471
request_pty: true

0 commit comments

Comments
 (0)
Please sign in to comment.