Add SSH debugging workflow for fun and profit

This commit is contained in:
Andrei Jiroh Halili 2022-02-22 00:21:41 +08:00 committed by GitHub
parent 094d9ba564
commit adb88b1ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.github/workflows/ssh-debugging.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: SSH Debugging Session
on:
workflow_dispatch
jobs:
ssh-debugging-dispatcher:
steps:
- uses: actions/checkout@v2
- name: Start SSH session
uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
SSH_PASS: ${{ secrets.SSH_PASS }}