Skip to content

Commit 6796522

Browse files
authored
Merge pull request #1622 from GSA/restage_app_work
ugh revert and fix
2 parents e0283c1 + dee0f7d commit 6796522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/restage-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cf_org: gsa-tts-benefits-studio
2727
cf_space: notify-${{ inputs.environment }}
2828
command: |
29-
cf set-env notify-${{matrix.app}}-${{inputs.environment}} DANGEROUS_SALT "${{secrets.$DANGEROUS_SALT}}"
29+
cf set-env notify-${{matrix.app}}-${{inputs.environment}} DANGEROUS_SALT "${{secrets.DANGEROUS_SALT}}"
3030
- name: Restage ${{matrix.app}}
3131
uses: cloud-gov/cg-cli-tools@main
3232
with:

0 commit comments

Comments
 (0)