mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
Try again to fix deploy-sandbox
This commit is contained in:
parent
9fd6289ffd
commit
934b28af76
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-sandbox.yaml
vendored
2
.github/workflows/deploy-sandbox.yaml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
|
||||
CF_USERNAME: CF_${{ needs.variables.outputs.environment }}_USERNAME
|
||||
CF_PASSWORD: CF_${{ needs.variables.outputs.environment }}_PASSWORD
|
||||
MANIFEST: "ops/manifests/manifest-${{ needs.variables.outputs.environment }}.yaml"
|
||||
MANIFEST: ops/manifests/manifest-${{ needs.variables.outputs.environment }}.yaml
|
||||
with:
|
||||
cf_username: ${{ secrets[env.CF_USERNAME] }}
|
||||
cf_password: ${{ secrets[env.CF_PASSWORD] }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue