From 00f66e568d316c4e5fb5eeb67ccbed7584eaae06 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:09:51 -0700 Subject: [PATCH] Update daily-csv-upload.yaml --- .github/workflows/daily-csv-upload.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/daily-csv-upload.yaml b/.github/workflows/daily-csv-upload.yaml index ae73043f1..c7b7b60fb 100644 --- a/.github/workflows/daily-csv-upload.yaml +++ b/.github/workflows/daily-csv-upload.yaml @@ -39,8 +39,8 @@ jobs: id: var with: script: | - const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'ZA'; - core.setOutput('environment', 'ZA'); + const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'za'; + core.setOutput('environment', environment); wait-for-deploy: runs-on: ubuntu-latest @@ -61,8 +61,8 @@ jobs: runs-on: ubuntu-latest needs: [variables, wait-for-deploy] env: - CF_USERNAME: CF_{{ needs.variables.outputs.environment }}_USERNAME - CF_PASSWORD: CF_{{ needs.variables.outputs.environment }}_PASSWORD + CF_USERNAME: CF_ZA_USERNAME + CF_PASSWORD: CF_ZA_PASSWORD steps: - name: Generate current-federal.csv