diff --git a/.github/workflows/update-docs-translations.yaml b/.github/workflows/update-docs-translations.yaml index 637d4340b..ab4327e95 100644 --- a/.github/workflows/update-docs-translations.yaml +++ b/.github/workflows/update-docs-translations.yaml @@ -25,5 +25,4 @@ jobs: bash build.sh prerelease git push env: - TRANSIFEX_USER: ${{ secrets.TRANSIFEX_USER }} - TRANSIFEX_PASS: ${{ secrets.TRANSIFEX_PASS }} + WEBLATE_TOKEN: ${{ secrets.WEBLATE_TOKEN }}