diff --git a/.github/workflows/run-nala.yml b/.github/workflows/run-nala.yml index ebe47d13..e4080f46 100644 --- a/.github/workflows/run-nala.yml +++ b/.github/workflows/run-nala.yml @@ -21,7 +21,13 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 2 - + + - 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 + - name: Set up Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: