diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index afffe3d98a..ebdfbd9f5e 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -8,6 +8,13 @@ on: required: true default: "Latest Alpha Group" type: string + workflow_call: + inputs: + destination: + description: "TestFlight Group" + required: true + default: "Latest Alpha Group" + type: string jobs: make-alpha: