feat: add slack notification for hive tests (#11189)

This commit is contained in:
Federico Gimenez
2024-09-25 10:05:30 +02:00
committed by GitHub
parent ab66f58e5c
commit dba6c01295

View File

@ -264,3 +264,9 @@ jobs:
with:
webhook-url: ${{ secrets.RETH_ALERTS_WEBHOOK }}
content: "Failed run: https://github.com/paradigmxyz/reth/actions/runs/${{ github.run_id }}"
- name: Slack Webhook Action
uses: rtCamp/action-slack-notify@v2
env:
SLACK_COLOR: ${{ job.status }}
SLACK_MESSAGE: "Failed run: https://github.com/paradigmxyz/reth/actions/runs/${{ github.run_id }}"
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}