Skip to content

Feat(build): implement translate CI #27

Feat(build): implement translate CI

Feat(build): implement translate CI #27

Workflow file for this run

name: "Translate"
on:
push:
branches:
- "add_transifex_ci"
schedule:
- cron: "0 0 * * *"
jobs:
refresh-translations:
permissions:
contents: "write"
pull-requests: "write"
name: "Push - Pull"
uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1"
secrets:
tx_token: "${{ secrets.TRANSLATE_TOKEN }}"
based_branch: "main"