From 55e187d6df6441f962b8dfcf3b47998d55257cec Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 5 Nov 2023 10:28:05 -0800 Subject: [PATCH] Add tmate for debugging why actions/download-artifact appears to not be working --- .github/workflows/slsa-releaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index e3d7387..80d1e59 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -127,6 +127,10 @@ jobs: with: name: hishtory-darwin-amd64 - uses: actions/checkout@v2 + - name: Setup tmate session for debugging + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true - name: Download and sign the latest executables env: MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}