From f27703112a1d3a866c5bbdacf357df9d4e618ce1 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Thu, 10 Oct 2024 13:06:47 -0400 Subject: [PATCH] Use the correct environment variable names This changeset corrects the reference to the environment names that we are actually trying to reference. Signed-off-by: Carlo Costino --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 72614b09d..09f69c73d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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