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