Skip to content

Commit f1b3195

Browse files
feat: add translation sync workflow (#324)
* feat: add translation sync workflow Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: restrict GITHUB_TOKEN to no permissions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: change translation sync schedule to daily Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2f360e6 commit f1b3195

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Translation Sync
2+
3+
on:
4+
schedule:
5+
- cron: '0 2 * * *'
6+
workflow_dispatch:
7+
8+
permissions: {}
9+
10+
jobs:
11+
sync:
12+
uses: owncloud/reusable-workflows/.github/workflows/translation-sync.yml@main
13+
with:
14+
mode: old
15+
sub_path: l10n
16+
secrets:
17+
TX_TOKEN: ${{ secrets.TX_TOKEN }}
18+
TRANSLATION_APP_ID: ${{ secrets.TRANSLATION_APP_ID }}
19+
TRANSLATION_APP_PRIVATE_KEY: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)