From dee0f7dc2db436ee611dd005b0bef4842d17c821 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 20 Mar 2025 13:48:25 -0700 Subject: [PATCH] ugh revert and fix --- .github/workflows/restage-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/restage-apps.yml b/.github/workflows/restage-apps.yml index de337c4d5..e049bc188 100644 --- a/.github/workflows/restage-apps.yml +++ b/.github/workflows/restage-apps.yml @@ -26,7 +26,7 @@ jobs: cf_org: gsa-tts-benefits-studio cf_space: notify-${{ inputs.environment }} command: | - cf set-env notify-${{matrix.app}}-${{inputs.environment}} DANGEROUS_SALT "${{secrets.$DANGEROUS_SALT}}" + cf set-env notify-${{matrix.app}}-${{inputs.environment}} DANGEROUS_SALT "${{secrets.DANGEROUS_SALT}}" - name: Restage ${{matrix.app}} uses: cloud-gov/cg-cli-tools@main with: