Skip to content

Commit

Permalink
chore: ssh into ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed May 7, 2024
1 parent 6326b14 commit f260ab9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,18 @@ jobs:
- name: Prepare audit
run: |
make prepare_audit
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: false
# detached: true
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: false
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true
## limits ssh access and adds the ssh public keys of the listed GitHub users
limit-access-to-users: ansgarschulte,joshiste
detached: true
- name: Audit
run: |
Expand Down

0 comments on commit f260ab9

Please sign in to comment.