Add manual debugging hook
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: Manual Tinkering
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
ssh:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- name: Start SSH session
|
||||
uses: luchihoratiu/debug-via-ssh@main
|
||||
with:
|
||||
NGROK_AUTH_TOKEN: ${{ secrets.JOERICK_NGROK_AUTH_TOKEN }}
|
||||
SSH_PASS: ${{ secrets.JOERICK_NGROK_SSH_PASS }}
|
||||
Reference in New Issue
Block a user