Skip to content

Commit

Permalink
Merge pull request #2477 from alphagov/bulk/fix-cd-trigger
Browse files Browse the repository at this point in the history
Fix missing environment when triggering CD in Argo
  • Loading branch information
theseanything authored Jul 1, 2022
2 parents 118ccab + cede17b commit 598257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
imageTag: ${{ needs.build-and-publish-image.outputs.imageTag }}
manualDeploy: ${{ 'main' != github.event.inputs.gitRef }}
environment: ${{ github.event.inputs.environment }}
environment: ${{ github.event.inputs.environment || 'integration' }}
secrets:
WEBHOOK_TOKEN: ${{ secrets.ARGO_EVENTS_WEBHOOK_TOKEN }}
WEBHOOK_URL: ${{ secrets.ARGO_EVENTS_WEBHOOK_URL }}
Expand Down

0 comments on commit 598257d

Please sign in to comment.