dotfiles-legacy/.github/workflows/ssh-debugging.yml

15 lines
329 B
YAML

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 }}