Skip to content

[TECHNICAL] Reusable workflow to validate conventional commits #56

[TECHNICAL] Reusable workflow to validate conventional commits

[TECHNICAL] Reusable workflow to validate conventional commits #56

Workflow file for this run

name: "Update translations"
on:
workflow_dispatch:
schedule:
- cron: "0 3 * * *"
pull_request:
branches:
- master
permissions: {}
jobs:
update-translations:

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

View workflow run for this annotation

GitHub Actions / Update translations

Invalid workflow file

The workflow is not valid. .github/workflows/translate.yml (Line: 14, Col: 3): Error calling workflow 'owncloud/reusable-workflows/.github/workflows/translation-sync.yml@main'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'. .github/workflows/translate.yml (Line: 14, Col: 3): Error calling workflow 'owncloud/reusable-workflows/.github/workflows/translation-sync.yml@main'. The nested job 'sync' is requesting 'contents: read', but is only allowed 'contents: none'.
uses: owncloud/reusable-workflows/.github/workflows/translation-sync.yml@main
with:
mode: native
sub_path: .
secrets:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
TRANSLATION_APP_ID: ${{ secrets.TRANSLATION_APP_ID }}
TRANSLATION_APP_PRIVATE_KEY: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }}