Skip to content

Commit 5a8776f

Browse files
committed
ci: switch to password authentication in GitHub workflow
- Replace SSH key authentication with password authentication in GitHub workflow Signed-off-by: appleboy <[email protected]>
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

Lines changed: 1 addition & 1 deletion
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)