We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e9673 commit b332f0cCopy full SHA for b332f0c
.github/workflows/code-health.yml
@@ -17,6 +17,11 @@ jobs:
17
with:
18
ref: ${{ github.event.pull_request.head.ref }}
19
repository: ${{ github.event.pull_request.head.repo.full_name }}
20
+ - uses: mxschmitt/action-tmate@v3
21
+ env:
22
+ AUTHENTICODE_KEY_NAME: ${{ secrets.AUTHENTICODE_KEY_NAME }}
23
+ with:
24
+ limit-access-to-actor: true
25
- name: Setup Node.js
26
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
27
0 commit comments