From 417c2e9e6211ca33e4559ecfc7de0f495ede8fe6 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 2 Feb 2025 11:45:16 -0800 Subject: [PATCH] Add tmate debugging --- .github/workflows/slsa-releaser.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index cf98172..4203953 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -224,6 +224,11 @@ jobs: unset HISHTORY_TEST python3 scripts/actions-validate.py echo DONE > hishtory-release-validation-completed + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')