Skip to content

Commit

Permalink
Try again to fix deploy-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmb committed Nov 21, 2023
1 parent 9fd6289 commit 934b28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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] }}
Expand Down

0 comments on commit 934b28a

Please sign in to comment.