From 04c915512a610daf5876e1f4ee5f4c5c8e00db4d Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 5 Nov 2023 10:54:37 -0800 Subject: [PATCH] Add GITHUB_TOKEN to tmate for interactive debugging --- .github/workflows/slsa-releaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index 80d1e59..a9a55af 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -129,6 +129,8 @@ jobs: - uses: actions/checkout@v2 - name: Setup tmate session for debugging uses: mxschmitt/action-tmate@v3 + env: + GH_TOKEN: ${{ github.token }} with: limit-access-to-actor: true - name: Download and sign the latest executables