Re-added Transifex workflow

This commit is contained in:
OpenSauce04 2024-05-17 10:59:00 +01:00
parent 747457dec6
commit 50d39e4481

20
.github/workflows/transifex.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: lime-transifex
on:
push:
branches: [ master ]
jobs:
transifex:
runs-on: ubuntu-latest
container: opensauce04/lime3ds-build:latest
if: ${{ github.repository == 'Lime3DS/Lime3DS' }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Update Translation
run: ./.ci/transifex.sh
env:
TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}