diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 6a34ee8..98c4fc9 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,14 @@ 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" + tx_organisation: "teclib" + tx_project: "glpi-project-plugin-escalade" + tx_resource: "escalade-pot" + +