diff --git a/.github/workflows/autoupdate-preview.yaml b/.github/workflows/autoupdate-preview.yaml index e71abacd5..7e2fc41dd 100644 --- a/.github/workflows/autoupdate-preview.yaml +++ b/.github/workflows/autoupdate-preview.yaml @@ -33,6 +33,9 @@ jobs: working-directory: ./tools if: steps.verify-changed-files.outputs.files_changed == 'true' run: make generate_mocks + - uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true - uses: peter-evans/create-pull-request@v6 if: steps.verify-changed-files.outputs.files_changed == 'true' env: