From 4aa99f261061cf46920dacf7954afabdcf3476bc Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Thu, 29 Aug 2024 18:44:28 +0530 Subject: [PATCH] debugging --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d885bf9..31f9e459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,3 +46,10 @@ jobs: run: | git remote -v pnpm release:tag --dryRun + - 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: brijeshb42