From 8c3cb9c736ece6ed79720689981fc1c247f77e82 Mon Sep 17 00:00:00 2001 From: gharvey Date: Thu, 3 Oct 2024 16:09:19 -0700 Subject: [PATCH] Fixes typo adds upterm --- .github/workflows/e2e-whisper.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-whisper.yaml b/.github/workflows/e2e-whisper.yaml index 84bb46e59..d8d3d1f17 100644 --- a/.github/workflows/e2e-whisper.yaml +++ b/.github/workflows/e2e-whisper.yaml @@ -21,6 +21,12 @@ jobs: - name: Checkout Repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - 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: Setup Python uses: ./.github/actions/python with: @@ -78,4 +84,4 @@ jobs: - name: Test whisper run: | - uds zarf package kubectl describe nodes + uds zarf tools kubectl describe nodes