From 429b3a60327cc562132d0705db53c4498dfcf7e2 Mon Sep 17 00:00:00 2001 From: gharvey Date: Thu, 3 Oct 2024 16:35:34 -0700 Subject: [PATCH] test without ssh auth --- .github/workflows/e2e-whisper.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/e2e-whisper.yaml b/.github/workflows/e2e-whisper.yaml index 57b8752f0..b06cb968b 100644 --- a/.github/workflows/e2e-whisper.yaml +++ b/.github/workflows/e2e-whisper.yaml @@ -23,9 +23,6 @@ jobs: - name: Setup upterm session uses: mxschmitt/action-tmate@v3 - with: - ## limits ssh access and adds the ssh public key for the user which triggered the workflow - limit-access-to-actor: true - name: Setup Python uses: ./.github/actions/python