mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
define secrets for nested workflows
This commit is contained in:
@@ -2,6 +2,9 @@ name: Automation 🎛️
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
JF_BOT_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
conflicts:
|
||||
|
||||
@@ -2,6 +2,13 @@ name: Deploy 🏗️
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
JF_BOT_TOKEN:
|
||||
required: true
|
||||
CLOUDFLARE_ACCOUNT_ID:
|
||||
required: true
|
||||
CLOUDFLARE_API_TOKEN:
|
||||
required: true
|
||||
inputs:
|
||||
branch:
|
||||
required: true
|
||||
|
||||
@@ -2,6 +2,9 @@ name: Job messages ⚙️
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
JF_BOT_TOKEN:
|
||||
required: true
|
||||
inputs:
|
||||
branch:
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user