From 35eb2a9013e8fd941a87dbd0c0550bd2df2dee53 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 4 Oct 2024 22:49:42 -0400 Subject: [PATCH] Add missing environment veriables to egress deploy action This changeset adds missing environment variables needed by the egress proxy to now properly deploy. Signed-off-by: Carlo Costino --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4da91e0f3..abcac49a0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -110,6 +110,9 @@ jobs: #if: steps.changed-egress-config.outputs.any_changed == 'true' uses: ./.github/actions/deploy-proxy with: + cf_username: ${{ secrets.CLOUDGOV_USERNAME }} + cf_password: ${{ secrets.CLOUDGOV_PASSWORD }} + cf_org: gsa-tts-benefits-studio cf_space: notify-staging app: notify-admin-staging