mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-25 22:42:04 +02:00
Add tmate debugging for macos signing
This commit is contained in:
parent
465f7812ef
commit
cdd58d0191
5
.github/workflows/slsa-releaser.yml
vendored
5
.github/workflows/slsa-releaser.yml
vendored
@ -121,6 +121,11 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Setup tmate session
|
||||||
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
with:
|
||||||
|
limit-access-to-actor: true
|
||||||
|
detached: true
|
||||||
- name: Download and sign the latest executables
|
- name: Download and sign the latest executables
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user