From 8019ea223a462bdcf58307fad583a1f8b86b81ac Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Thu, 18 Jul 2024 11:27:00 -0700 Subject: [PATCH] ci: update e2e slack webhook url (#2513) --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index bad91908b5..10534a379b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -169,7 +169,7 @@ jobs: uses: actions/github-script@v7 if: ${{ github.event_name == 'schedule' || (github.event_name == 'push' && needs.e2e.result == 'failed') }} env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_INTEGRATION_TESTING_WEBHOOK }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CI_ALERTS }} with: script: | const {data} = await github.rest.actions.listJobsForWorkflowRunAttempt({