Skip to content

Feat(build): implement translate CI #7

Feat(build): implement translate CI

Feat(build): implement translate CI #7

Workflow file for this run

name: "Translate"
on:
push:
branches:
- "main"
tags:
- "*"
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
refresh-translations:
permissions:
contents: "write"
name: "Pull / Push translations"
uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1"
secrets:
TX_TOKEN: "${{ secrets.TRANSLATION_TOKEN }}"