diff --git a/.github/workflows/pr-regen-translations.yml b/.github/workflows/pr-regen-translations.yml index 60cc045..315c423 100644 --- a/.github/workflows/pr-regen-translations.yml +++ b/.github/workflows/pr-regen-translations.yml @@ -2,7 +2,7 @@ name: pull-request-ci on: - pull_request: + pull_request_target: paths: ["i18n.yaml"] jobs: @@ -25,6 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} - name: Marking workdir safe