Skip to content

Commit

Permalink
Remote troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad committed Sep 4, 2024
1 parent 448946e commit 4c20a02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/autopkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ jobs:
runs-on: macos-latest
timeout-minutes: 120 # Keeps your builds from running too long
steps:
- uses: actions/checkout@v2
- 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
## limits ssh access and adds the ssh public keys of the listed GitHub users
limit-access-to-users: bdreno

- name: Checkout AutoPkg Continuous Integration
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # Pin SHA1 hash instead of version
with:
Expand Down

0 comments on commit 4c20a02

Please sign in to comment.