diff --git a/.github/workflows/stack-healthcheck.yml b/.github/workflows/stack-healthcheck.yml index 17ab389..4060985 100644 --- a/.github/workflows/stack-healthcheck.yml +++ b/.github/workflows/stack-healthcheck.yml @@ -19,6 +19,4 @@ jobs: - name: Setup tmate session uses: mxschmitt/action-tmate@v3 - if: ${{ failure() }} - with: - limit-access-to-actor: true \ No newline at end of file + if: ${{ failure() }} \ No newline at end of file