From 3568b34f9c35ff394c6d91a92b1fbd34f3589bac Mon Sep 17 00:00:00 2001 From: Edward Foyle Date: Mon, 8 Apr 2024 16:14:05 -0700 Subject: [PATCH] chore: try this --- .github/workflows/smoke-tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 2700d618e45..851b4975ace 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -45,10 +45,8 @@ jobs: uses: ./.github/actions/install-cli with: cli-version: ${{ matrix.cli-version }} - - name: Setup upterm session - uses: lhotari/action-upterm@v1 - with: - limit-access-to-actor: true + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Run Smoke Tests uses: ./.github/actions/run-smoke-tests with: