diff --git a/.github/workflows/autopkg.yml b/.github/workflows/autopkg.yml index c5ba3e6..5f2d3df 100644 --- a/.github/workflows/autopkg.yml +++ b/.github/workflows/autopkg.yml @@ -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: