diff --git a/.changelog/warm-foxes-jump.md b/.changelog/warm-foxes-jump.md new file mode 100644 index 0000000000..c313275d8c --- /dev/null +++ b/.changelog/warm-foxes-jump.md @@ -0,0 +1,4 @@ +--- +--- + +Moved Kurtosis CI failure notifications to the hive Slack channel. diff --git a/.github/workflows/kurtosis.yml b/.github/workflows/kurtosis.yml index 88c20dbc92..2f3be2a5cf 100644 --- a/.github/workflows/kurtosis.yml +++ b/.github/workflows/kurtosis.yml @@ -65,4 +65,4 @@ jobs: 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 }} + SLACK_WEBHOOK: ${{ secrets.SLACK_HIVE_WEBHOOK_URL }}