Skip to content

Feat(build): implement translate CI #14

Feat(build): implement translate CI

Feat(build): implement translate CI #14

Workflow file for this run

name: "Translate"
on:
push:
branches:
- "main"
tags:
- "*"
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
refresh-translations:
name: "Pull / Push translations"
uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1"

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

View workflow run for this annotation

GitHub Actions / Translate

Invalid workflow file

error parsing called workflow ".github/workflows/translate.yml" -> "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1" (source branch with sha:ec03714a2075223761e9bad53029ace9dd684ace) : every step must define a `uses` or `run` key
secrets:
tx_token: "${{ secrets.TRANSLATE_TOKEN }}"