diff --git a/.github/workflows/translation-sync.yml b/.github/workflows/translation-sync.yml new file mode 100644 index 00000000..3268414d --- /dev/null +++ b/.github/workflows/translation-sync.yml @@ -0,0 +1,19 @@ +name: Translation Sync + +on: + schedule: + - cron: '0 2 * * *' + workflow_dispatch: + +permissions: {} + +jobs: + sync: + uses: owncloud/reusable-workflows/.github/workflows/translation-sync.yml@main + with: + mode: old + sub_path: l10n + secrets: + TX_TOKEN: ${{ secrets.TX_TOKEN }} + TRANSLATION_APP_ID: ${{ secrets.TRANSLATION_APP_ID }} + TRANSLATION_APP_PRIVATE_KEY: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }}