Skip to content

[FEATURE REQUEST] Edit link over a space #117

[FEATURE REQUEST] Edit link over a space

[FEATURE REQUEST] Edit link over a space #117

Workflow file for this run

name: "Update translations"
on:
workflow_dispatch:
schedule:
- cron: "0 3 * * *"
pull_request:
branches:
- master
permissions:
contents: read
jobs:
update-translations:
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 }}