docs/.github/workflows/translate-vi.yml
2026-04-29 10:15:11 -07:00

21 lines
328 B
YAML

name: Translate vi
on:
repository_dispatch:
types:
- translate-vi-release
schedule:
- cron: "17 10 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
translate:
uses: ./.github/workflows/translate-locale-reusable.yml
with:
locale: vi
locale_slug: vi
secrets: inherit