From c8591c7465c64c94fd2cd3662178cd7e0c311965 Mon Sep 17 00:00:00 2001 From: Edward Boamah Date: Fri, 15 Nov 2024 12:12:26 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ef4eb7..528e1aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,6 +41,11 @@ jobs: POEDITOR_PROJECT_ID: "715168" run: | python upload_terms.py + - name: Download terms poeditor + env: + POEDITOR_API_TOKEN: ${{ secrets.POEDITOR_API_TOKEN }} + POEDITOR_PROJECT_ID: "715168" + run: | # Run the download_terms.py script python download_terms.py