mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 10:04:53 +02:00
14 lines
305 B
YAML
14 lines
305 B
YAML
name: "Update locales sources"
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- "main"
|
|
|
|
jobs:
|
|
push-on-transifex:
|
|
name: "Push locales sources"
|
|
uses: "glpi-project/plugin-translation-workflows/.github/workflows/transifex-push-sources.yml@v1"
|
|
secrets:
|
|
transifex-token: "${{ secrets.TRANSIFEX_TOKEN }}"
|