[skip ci] Insert weblate token into "tokens.json" in "update_i18n_languages" workflow

This commit is contained in:
schroda
2025-07-12 01:59:25 +02:00
parent 107ad79b17
commit 2d44fc8d00

View File

@@ -41,5 +41,5 @@ jobs:
- name: Update i18n resources - name: Update i18n resources
run: | run: |
cd master cd master
echo '{}' > tools/scripts/tokens.json echo '{"weblateToken": "${{ secrets.WEBLATE_TOKEN }}"}' > tools/scripts/tokens.json
yarn i18n:gen-resources yarn i18n:gen-resources