Merge pull request #2016 from GSA/use-the-correct-env-var-names

Use the correct environment variable names
This commit is contained in:
Carlo Costino
2024-10-10 14:20:16 -04:00
committed by GitHub

View File

@@ -110,8 +110,8 @@ jobs:
#if: steps.changed-egress-config.outputs.any_changed == 'true'
uses: ./.github/actions/deploy-proxy
env:
CF_USERNAME: ${{ secrets.CF_USERNAME }}
CF_PASSWORD: ${{ secrets.CF_PASSWORD }}
CF_USERNAME: ${{ secrets.CLOUDGOV_USERNAME }}
CF_PASSWORD: ${{ secrets.CLOUDGOV_PASSWORD }}
with:
cf_org: gsa-tts-benefits-studio
cf_space: notify-staging