diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index fe46b5c..eb8badf 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -215,4 +215,9 @@ jobs: run: | go build; ./hishtory install python3 scripts/actions-validate.py - # TODO: Run validation using hishtory built at HEAD too \ No newline at end of file + # TODO: Run validation using hishtory built at HEAD too + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true