diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index aa923e44..1c228a8a 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -17,6 +17,11 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} + - uses: mxschmitt/action-tmate@v3 + env: + AUTHENTICODE_KEY_NAME: ${{ secrets.AUTHENTICODE_KEY_NAME }} + with: + limit-access-to-actor: true - name: Setup Node.js uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a with: