Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Larsen-Donnelly authored Nov 8, 2023
1 parent bab9514 commit 7996c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
./tx add remote --file-filter 'projects/<project_slug>/<lang>/<resource_slug>' --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
run: |
./tx pull --all
shell: bash
working-directory: ${{ github.workspace }}
with:
env:
TX_TOKEN: ${{ secrets.TRANSIFEX_DOCS_CACHE_TOKEN }}


Expand Down

0 comments on commit 7996c46

Please sign in to comment.