Skip to content

Commit

Permalink
ci: fail when webhook fail
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Oct 4, 2024
1 parent 40a46b8 commit a87fa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
steps:
- name: Send Webhook
run: |
curl -X POST ${{ secrets.WEBHOOK_ENDPOINT }}/webhook/renovate \
curl -f -X POST ${{ secrets.WEBHOOK_ENDPOINT }}/webhook/renovate \
-H "Authorization: ${{ secrets.WEBHOOK_PASSWORD }}"

0 comments on commit a87fa37

Please sign in to comment.