Skip to content

[TECHNICAL] SBOM changes to be pushed in an specific branch with signed commits #100

[TECHNICAL] SBOM changes to be pushed in an specific branch with signed commits

[TECHNICAL] SBOM changes to be pushed in an specific branch with signed commits #100

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 }}