mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +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:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
sync-translated-documents:
|
||||
@ -32,3 +34,4 @@ jobs:
|
||||
author: task-bot <106601941+task-bot@users.noreply.github.com>
|
||||
labels: translation
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
draft: true
|
||||
|
Reference in New Issue
Block a user