From 63269d5cf7697f47b4a75739b99b38c81c84cec1 Mon Sep 17 00:00:00 2001 From: Bilbo Metropolis Date: Wed, 28 Feb 2024 15:11:36 -0500 Subject: [PATCH] I wonder if this works --- .github/workflows/debug.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/debug.yml diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml new file mode 100644 index 00000000000..9a7846433d3 --- /dev/null +++ b/.github/workflows/debug.yml @@ -0,0 +1,18 @@ +name: Debug +on: + push: + branches: + - jgilles/bananas + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + with: + ## If no one connects after 15 minutes, shut down server. + wait-timeout-minutes: 15 + ## limits ssh access and adds the ssh public key for the user which triggered the workflow + limit-access-to-actor: true \ No newline at end of file