ci: Add daily Crowdin Pretranslation trigger (#3983)
This commit is contained in:
parent
296d55f47e
commit
190dfa8885
|
@ -0,0 +1,15 @@
|
||||||
|
# Run pre-translate with translation memory, all files/langs, at midnight daily.
|
||||||
|
name: Crowdin Updates
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
trigger_crowdin_tm:
|
||||||
|
name: Crowdin Translation Memory Trigger
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: starship/crowdin-pretranslate-action@v0.1.0
|
||||||
|
with:
|
||||||
|
project_id: 372655
|
||||||
|
api_key: ${{ secrets.CROWDIN_API_KEY }}
|
Loading…
Reference in New Issue