From 672e3111c6749f81571bee5fdbbf4456ee8ade59 Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Thu, 10 Oct 2024 09:50:40 +0200 Subject: [PATCH] chore(ci): disable hive discord alerts (#11625) --- .github/workflows/hive.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 3155fd4af2..12224a951a 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -259,11 +259,6 @@ jobs: runs-on: group: Reth steps: - - name: Discord Webhook Action - uses: tsickert/discord-webhook@v6.0.0 - 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: