Skip to content

Translation Sync

Translation Sync #11

name: Translation Sync
on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
permissions: {}
jobs:
sync:

Check failure on line 11 in .github/workflows/translation-sync.yml

View workflow run for this annotation

GitHub Actions / Translation Sync

Invalid workflow file

The workflow is not valid. .github/workflows/translation-sync.yml (Line: 11, 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/translation-sync.yml (Line: 11, 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: old
sub_path: l10n
secrets:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
TRANSLATION_APP_ID: ${{ secrets.TRANSLATION_APP_ID }}
TRANSLATION_APP_PRIVATE_KEY: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }}