From 085e4f4c23cb4525f195d51a5fd2fee86f3af13b Mon Sep 17 00:00:00 2001 From: stonebuzz Date: Wed, 4 Sep 2024 09:17:10 +0200 Subject: [PATCH] update --- .github/workflows/translate.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 6a34ee8..6393761 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -3,7 +3,7 @@ name: "Translate" on: push: branches: - - "main" + - "add_transifex_ci" schedule: - cron: "0 0 * * *" @@ -11,8 +11,9 @@ jobs: refresh-translations: permissions: contents: "write" + pull-requests: "write" name: "Push - Pull" - uses: "glpi-project/plugin-translation-workflows/.github/workflows/translation.yml@v1" + uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1" secrets: tx_token: "${{ secrets.TRANSLATE_TOKEN }}" based_branch: "main"