From 127aaa745ffe22bc4fc9dde9f1d7659b6b2bdfc9 Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Tue, 10 Jan 2023 15:06:05 -0800 Subject: [PATCH] pass-environment --- .github/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e240dec..7cd44ac 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,6 +2,9 @@ name: "Deploy" on: workflow_call: inputs: + environment: + type: string + description: "Must be passed explicitly for workflows outside the SoftServ org" image_name: type: string description: "Docker image name part. Fills in ghcr.io/IMAGE_NAME. Typically this is the `repo_name`, but in some projects it might be `repo_name/sub_name`"