Skip to content

Feat(build): implement translate CI #3

Feat(build): implement translate CI

Feat(build): implement translate CI #3

Workflow file for this run

name: "Translate"
on:
push:
branches:
- "main"
tags:
- "*"
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
refresh-translations:
permissions:
contents: "write"
name: "Refresh translations"
uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1"

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

View workflow run for this annotation

GitHub Actions / Translate

Invalid workflow file

The workflow is not valid. .github/workflows/translate.yml (Line: 23, Col: 11): Secret github-token is required, but not provided while calling. .github/workflows/translate.yml (Line: 23, Col: 11): Secret translation-token is required, but not provided while calling.