From c2f2e36262810c330e663a0fa9bbd19fd62ca52b Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Wed, 9 Oct 2024 13:52:01 -0600 Subject: [PATCH] Added missing egress proxy deploy action inputs Signed-off-by: Carlo Costino --- .github/actions/deploy-proxy/action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/actions/deploy-proxy/action.yml b/.github/actions/deploy-proxy/action.yml index 339d1fc78..393dd4b45 100644 --- a/.github/actions/deploy-proxy/action.yml +++ b/.github/actions/deploy-proxy/action.yml @@ -1,6 +1,15 @@ name: Deploy egress proxy description: Set egress space security groups and deploy proxy inputs: + cf_username: + description: The username to authenticate with. + required: true + cf_password: + description: The password to authenticate with. + required: true + cf_org: + description: The org the target app exists in. + required: true cf_space: description: The space the target app exists in. required: true