Skip to content

Feat(build): implement translate CI #1

Feat(build): implement translate CI

Feat(build): implement translate CI #1

name: "Transifex Push"
on:
push:
branches:
- "add_transifex_ci"
jobs:
transifex_push:
name: "Transifex Push"
uses: "stonebuzz/plugin-translation-workflows/.github/workflows/transifex_push.yml@v1"
secrets:
tx_token: "${{ secrets.TRANSLATE_TOKEN }}"
based_branch: "add_transifex_ci"