Fix translations push job

This commit is contained in:
John Maguire 2022-09-01 19:07:48 +01:00
parent f59c9f4b2b
commit cf8047b4ce
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ jobs:
run: pip3 install transifex-client==0.13.9
- name: Checkout
uses: actions/checkout@v1.2.0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: tx init
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}