Skip to content

Commit

Permalink
Fix deployment tracking step
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed May 8, 2024
1 parent 604c3da commit 3196b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
argocd_server: ${{ secrets.ARGOCD_SERVER }}

- name: Report Deployment
uses: digitalservicebund/github-actions/track-deployment@34a48d29a9c4cc2fd6710b8eb37e13618a08fa88 # v1.0.0
uses: digitalservicebund/track-deployment@5a2815e150e1268983aac5ca04c8c046ed1b614a # v1.1.0
with:
project: ${{ github.event.repository.name }}
project: ${{ inputs.name }}
environment: ${{ inputs.environment }}
metrics_deployment_webhook_url: ${{ secrets.METRICS_DEPLOYMENT_WEBHOOK_URL }}
metrics_webhook_token: ${{ secrets.METRICS_WEBHOOK_TOKEN }}

0 comments on commit 3196b69

Please sign in to comment.