mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Add missing inputs to egress proxy deploy action
This changeset adds a few missing inputs to the egress proxy deploy action so that it can use the provided environment variables properly. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
9
.github/actions/deploy-proxy/action.yml
vendored
9
.github/actions/deploy-proxy/action.yml
vendored
@@ -1,6 +1,15 @@
|
|||||||
name: Deploy egress proxy
|
name: Deploy egress proxy
|
||||||
description: Set egress space security groups and deploy proxy
|
description: Set egress space security groups and deploy proxy
|
||||||
inputs:
|
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:
|
cf_space:
|
||||||
description: The space the target app exists in.
|
description: The space the target app exists in.
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user