mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 10:54:11 -04:00
Swap out config variables for env variables
This changeset swaps the CF_USERNAME and CF_PASSWORD config vars to be proper env vars so they can be read in as expected. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
6
.github/actions/deploy-proxy/action.yml
vendored
6
.github/actions/deploy-proxy/action.yml
vendored
@@ -1,12 +1,6 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user