mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
chore: add scheduled task for sync documents
This commit is contained in:
committed by
Andrey Nering
parent
006097bee2
commit
d7d8d3411c
@@ -2,6 +2,8 @@ name: Sync Translations
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync-translated-documents:
|
sync-translated-documents:
|
||||||
@@ -32,3 +34,4 @@ jobs:
|
|||||||
author: task-bot <106601941+task-bot@users.noreply.github.com>
|
author: task-bot <106601941+task-bot@users.noreply.github.com>
|
||||||
labels: translation
|
labels: translation
|
||||||
token: ${{ secrets.GH_PAT }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
|
draft: true
|
||||||
|
Reference in New Issue
Block a user