mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add slack notification for hive tests (#11189)
This commit is contained in:
6
.github/workflows/hive.yml
vendored
6
.github/workflows/hive.yml
vendored
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user