mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-24 22:11:40 +02:00
Add tmate for debugging darwin attestation failures
This commit is contained in:
parent
19ee1816be
commit
222340a97c
5
.github/workflows/slsa-releaser.yml
vendored
5
.github/workflows/slsa-releaser.yml
vendored
@ -216,3 +216,8 @@ jobs:
|
||||
go build; ./hishtory install
|
||||
python3 scripts/actions-validate.py
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user