From e40d53db194eed5583cb86acd6b4e09d847c9109 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 24 Jan 2021 18:48:59 +0000 Subject: [PATCH] Add manual debugging hook --- .github/workflows/tinkering.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/tinkering.yml diff --git a/.github/workflows/tinkering.yml b/.github/workflows/tinkering.yml new file mode 100644 index 00000000..43f632a2 --- /dev/null +++ b/.github/workflows/tinkering.yml @@ -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 }}