From 7996c46ecdbaeeb3d71c18c73e678468d6154d53 Mon Sep 17 00:00:00 2001 From: Philip-Larsen-Donnelly <35666657+Philip-Larsen-Donnelly@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:53:24 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 715d878b5..27cd397a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: ./tx add remote --file-filter 'projects///' --minimum-perc 100 https://app.transifex.com/hisp-uio/dhis2-single-page-docs/dashboard/ shell: bash working-directory: ${{ github.workspace }} - with: + env: TX_TOKEN: ${{ secrets.TRANSIFEX_DOCS_CACHE_TOKEN }} - name: Pull Transifex resources @@ -39,7 +39,7 @@ jobs: ./tx pull --all shell: bash working-directory: ${{ github.workspace }} - with: + env: TX_TOKEN: ${{ secrets.TRANSIFEX_DOCS_CACHE_TOKEN }}