Skip to content

Commit

Permalink
Nightly image check should be a webhook-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jan 18, 2025
1 parent 5f74320 commit 7f69e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-image-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_DHC_NOTIFY }}
with:
webhook-type: incoming-webhook
webhook-type: webhook-trigger
payload: '{"repository": "${{ github.repository }}", "message": "${{ github.workflow }}/${{ github.job }} failure, some image is out of date", "link": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}'

0 comments on commit 7f69e7f

Please sign in to comment.