fix: define call secrets in merge-translations (#21831)

This commit is contained in:
bo0tzz
2025-09-11 21:29:58 +02:00
committed by GitHub
parent 7893ac25fb
commit ae827e1406

View File

@@ -1,8 +1,15 @@
name: Merge translations name: Merge translations
on: on:
workflow_call:
workflow_dispatch: workflow_dispatch:
workflow_call:
secrets:
PUSH_O_MATIC_APP_ID:
required: true
PUSH_O_MATIC_APP_KEY:
required: true
WEBLATE_TOKEN:
required: true
permissions: {} permissions: {}