From f1d042f738710a30d2879bafaac7bf2d0e66ff07 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 14 Oct 2023 09:06:39 -0400 Subject: [PATCH] Different debugger action --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e64d89..01ded2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,10 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Tox run: pip install tox - - uses: lhotari/action-upterm@v1 + - uses: luchihoratiu/debug-via-ssh@main + with: + NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} + SSH_PASS: ${{ secrets.SSH_PASS }} - name: Tox run: tox -e py-test