Create ssh-200.yml

Signed-off-by: addminbpk <traffic.bpk@gmail.com>
This commit is contained in:
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

8
.github/workflows/ssh-200.yml vendored Normal file
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