From 2baaf753eff3f07cb2fa335036a7b2f192d95dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Wed, 23 Nov 2022 12:58:00 +0100 Subject: [PATCH] Add terminal support to debug github action --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0812c1c..d78f63a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,13 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + with: + ## limits ssh access and adds the ssh public key for the user which triggered the workflow + limit-access-to-actor: true + ## limits ssh access and adds the ssh public keys of the listed GitHub users + limit-access-to-users: rmontanana - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v2 with: