diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index e25f4e7..31267ba 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -12,9 +12,7 @@ on: jobs: refresh-translations: - permissions: - contents: "write" name: "Pull / Push translations" uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1" secrets: - translate_token: "${{ secrets.TRANSLATE_TOKEN }}" + TX_TOKEN: "${{ secrets.TRANSLATE_TOKEN }}"