diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02a9c3a..1740a74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,3 +41,9 @@ jobs: POEDITOR_PROJECT_ID: "715168" run: | python upload_terms.py + - name: Download terms + env: + POEDITOR_API_TOKEN: ${{ secrets.POEDITOR_API_TOKEN }} + POEDITOR_PROJECT_ID: "715168" + run: | + python download_translations.py