Skip to content

Commit

Permalink
Fixes typo adds upterm
Browse files Browse the repository at this point in the history
  • Loading branch information
CollectiveUnicorn committed Oct 3, 2024
1 parent d38d12e commit 8c3cb9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/e2e-whisper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -78,4 +84,4 @@ jobs:

- name: Test whisper
run: |
uds zarf package kubectl describe nodes
uds zarf tools kubectl describe nodes

0 comments on commit 8c3cb9c

Please sign in to comment.