Skip to content

update

update #25

Workflow file for this run

name: "Translate"
on:
push:
branches:
- "add_transifex_ci"
schedule:
- cron: "0 0 * * *"
jobs:
refresh-translations:
permissions:
contents: "write"
pull-requests: "write"
name: "Push - Pull"
uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1"
secrets:
tx_token: "${{ secrets.TRANSLATE_TOKEN }}"
based_branch: "main"
tx_organisation: "teclib"

Check failure on line 20 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: 20, Col: 24): Invalid secret, tx_organisation is not defined in the referenced workflow. .github/workflows/translate.yml (Line: 21, Col: 19): Invalid secret, tx_project is not defined in the referenced workflow.
tx_project: "glpi-project-plugin-escalade"
tx_resource: "escalade-pot"