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 71112a6 commit bab9514
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@ 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:
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
Expand Down

0 comments on commit bab9514

Please sign in to comment.