diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index 5b77116..f38ecd6 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -121,14 +121,9 @@ jobs: contents: write steps: - uses: actions/checkout@v2 - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - with: - limit-access-to-actor: true - detached: true - name: Extra Sleep run: | - sleep 300 + sleep 60 - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: hishtory-darwin-arm64 @@ -228,8 +223,3 @@ jobs: go build; ./hishtory install python3 scripts/actions-validate.py # TODO: Run validation using hishtory built at HEAD too - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - with: - limit-access-to-actor: true - detached: true