From bab951436c5c4b85f73cbc704cdaaef1d3cc83ac 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:50:53 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 889a89bef..715d878b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,12 +31,16 @@ 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: + TX_TOKEN: ${{ secrets.TRANSIFEX_DOCS_CACHE_TOKEN }} - name: Pull Transifex resources run: | ./tx pull --all shell: bash working-directory: ${{ github.workspace }} + with: + TX_TOKEN: ${{ secrets.TRANSIFEX_DOCS_CACHE_TOKEN }} - name: Commit & Push changes