Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 8cbdfc2

Browse files
Disable the forced auth
1 parent 429b3a6 commit 8cbdfc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-whisper.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323

2424
- name: Setup upterm session
2525
uses: mxschmitt/action-tmate@v3
26+
with:
27+
## limits ssh access and adds the ssh public key for the user which triggered the workflow
28+
limit-access-to-actor: false
2629

2730
- name: Setup Python
2831
uses: ./.github/actions/python

0 commit comments

Comments
 (0)