From b986b60d3159f327ec219f1ecdd87357ff1773f6 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Wed, 15 Jan 2025 10:14:35 +0100 Subject: [PATCH] remote ssh --- .github/workflows/nightly.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c150460ea..419260ce7 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -77,6 +77,12 @@ jobs: id: tests run: source .venv/bin/activate && .github/workflows/tests_nightly.sh + - 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 + wait-timeout-minutes: 60 + - name: Slack notification # Always run this step (otherwise it would be skipped if any of the previous steps fail) but only if the # `install` or `tests` steps failed, and the `SLACK_WEBHOOK` is available. The latter is not the case for