Skip to content

Commit b332f0c

Browse files
committed
test
1 parent 67e9673 commit b332f0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/code-health.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
with:
1818
ref: ${{ github.event.pull_request.head.ref }}
1919
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
2025
- name: Setup Node.js
2126
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
2227
with:

0 commit comments

Comments
 (0)