mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
feat: add translation sync workflow (#12199)
* 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>
This commit is contained in:
19
.github/workflows/translation-sync.yml
vendored
Normal file
19
.github/workflows/translation-sync.yml
vendored
Normal file
@@ -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: make
|
||||
sub_path: .
|
||||
secrets:
|
||||
TX_TOKEN: ${{ secrets.TX_TOKEN }}
|
||||
TRANSLATION_APP_ID: ${{ secrets.TRANSLATION_APP_ID }}
|
||||
TRANSLATION_APP_PRIVATE_KEY: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }}
|
||||
Reference in New Issue
Block a user