We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0283c1 + dee0f7d commit 6796522Copy full SHA for 6796522
.github/workflows/restage-apps.yml
@@ -26,7 +26,7 @@ jobs:
26
cf_org: gsa-tts-benefits-studio
27
cf_space: notify-${{ inputs.environment }}
28
command: |
29
- 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}}"
30
- name: Restage ${{matrix.app}}
31
uses: cloud-gov/cg-cli-tools@main
32
with:
0 commit comments