Add GITHUB_TOKEN to tmate for interactive debugging

This commit is contained in:
David Dworken 2023-11-05 10:54:37 -08:00
parent 55e187d6df
commit 04c915512a
No known key found for this signature in database

View File

@ -129,6 +129,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup tmate session for debugging - name: Setup tmate session for debugging
uses: mxschmitt/action-tmate@v3 uses: mxschmitt/action-tmate@v3
env:
GH_TOKEN: ${{ github.token }}
with: with:
limit-access-to-actor: true limit-access-to-actor: true
- name: Download and sign the latest executables - name: Download and sign the latest executables