Merge pull request #1622 from GSA/restage_app_work

ugh revert and fix
This commit is contained in:
Kenneth Kehl
2025-03-20 14:11:33 -07:00
committed by GitHub

View File

@@ -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: