diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml new file mode 100644 index 0000000..453dd06 --- /dev/null +++ b/.github/workflows/debug.yml @@ -0,0 +1,11 @@ +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + env: + test_app_private_key: ${{ secrets.TEST_APP_PRIVATE_KEY }}