mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: define call secrets in merge-translations (#21831)
This commit is contained in:
parent
7893ac25fb
commit
ae827e1406
1 changed files with 8 additions and 1 deletions
9
.github/workflows/merge-translations.yml
vendored
9
.github/workflows/merge-translations.yml
vendored
|
|
@ -1,8 +1,15 @@
|
|||
name: Merge translations
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
secrets:
|
||||
PUSH_O_MATIC_APP_ID:
|
||||
required: true
|
||||
PUSH_O_MATIC_APP_KEY:
|
||||
required: true
|
||||
WEBLATE_TOKEN:
|
||||
required: true
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue