mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
15 lines
373 B
YAML
15 lines
373 B
YAML
name: "Synchronize locales"
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 0 * * 1-5"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
sync-with-transifex:
|
|
name: "Sync with transifex"
|
|
uses: "glpi-project/plugin-translation-workflows/.github/workflows/transifex-sync.yml@v1"
|
|
secrets:
|
|
github-token: "${{ secrets.LOCALES_SYNC_TOKEN }}"
|
|
transifex-token: "${{ secrets.TRANSIFEX_TOKEN }}"
|