diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c6884c96..dd0e52892 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,11 @@ jobs: run: shell: bash steps: + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true + - name: 'Checkout code' uses: actions/checkout@v4 with: