Skip to content

Feat(build): implement translate CI #5

Feat(build): implement translate CI

Feat(build): implement translate CI #5

Workflow file for this run

name: "Translate"
on:
push:
branches:
- "main"
tags:
- "*"
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
refresh-translations:

Check failure on line 14 in .github/workflows/translate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/translate.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
permissions:
contents: "write"
name: "Pull / Push translations"
uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1"
secrets:
translation-token: "${{ secrets.TRANSLATION_TOKEN }}"