Create ssh-200.yml

Signed-off-by: addminbpk <traffic.bpk@gmail.com>
pull/389/head
addminbpk 2025-07-15 14:26:32 +07:00 committed by GitHub
parent 39163df016
commit 18d03f1ce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

8
.github/workflows/ssh-200.yml vendored 100644
View File

@ -0,0 +1,8 @@
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoami