Skip to content

Feat(build): implement translate CI #8

Feat(build): implement translate CI

Feat(build): implement translate CI #8

Workflow file for this run

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

Check failure on line 18 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: 18, Col: 11): Secret TX_TOKEN is required, but not provided while calling. .github/workflows/translate.yml (Line: 20, Col: 24): Invalid secret, translate_token is not defined in the referenced workflow.

Check failure on line 18 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: 18, Col: 11): Input TRANSLATE_TOKEN is required, but not provided while calling. .github/workflows/translate.yml (Line: 20, Col: 24): Invalid secret, translate_token is not defined in the referenced workflow.

Check failure on line 18 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: 18, Col: 11): Input translate_token is required, but not provided while calling. .github/workflows/translate.yml (Line: 20, Col: 24): Invalid secret, translate_token is not defined in the referenced workflow.

Check failure on line 18 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: 18, Col: 11): Input translate_token is required, but not provided while calling. .github/workflows/translate.yml (Line: 20, Col: 24): Invalid secret, translate_token is not defined in the referenced workflow.

Check failure on line 18 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: 18, Col: 11): Input TRANSLATE_TOKEN is required, but not provided while calling. .github/workflows/translate.yml (Line: 20, Col: 24): Invalid secret, translate_token is not defined in the referenced workflow.
secrets:
translate_token: "${{ secrets.TRANSLATE_TOKEN }}"