diff --git a/.github/workflows/i18n-autofill.yml b/.github/workflows/i18n-autofill.yml index 9664f4380..f20a725f6 100644 --- a/.github/workflows/i18n-autofill.yml +++ b/.github/workflows/i18n-autofill.yml @@ -47,6 +47,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} token: ${{ github.event.pull_request.head.repo.full_name == github.repository && steps.app-token.outputs.token || github.token }} fetch-depth: 0 + allow-unsafe-pr-checkout: true # The workflow executes the trusted base-branch script copied above; # fork contents are only parsed as translation data, never executed.