Skip to content

Commit f32d593

Browse files
authored
SSH debugging of jerbs (#16822)
1 parent 421558e commit f32d593

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,13 @@ jobs:
584584
aws-access-key-id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
585585
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
586586
github-token: ${{ needs.find_valid_pat.outputs.pat }}
587+
- name: Setup upterm ssh debugging session
588+
uses: lhotari/action-upterm@v1
589+
with:
590+
## limits ssh access and adds the ssh public key for the user which triggered the workflow
591+
limit-access-to-actor: true
592+
## limits ssh access and adds the ssh public keys of the listed GitHub users
593+
limit-access-to-users: supertopher, git-phu, davinchia, pmossman, colesnodgrass, gosusnp
587594
kube-acceptance-test:
588595
name: "Platform: Acceptance Tests (Kube)"
589596
# In case of self-hosted EC2 errors, removed the `needs` line and switch back to running on ubuntu-latest.

0 commit comments

Comments
 (0)