From 53ce27a23b212dc1fb5ee46890643cd20aa15920 Mon Sep 17 00:00:00 2001 From: ashmrtn <3891298+ashmrtn@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:15:34 -0800 Subject: [PATCH] Switch to new secret name for teams webhook (#4757) Fix notification delivery for sanity test failures --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [x] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [x] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .github/workflows/sanity-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index 25c9eeb40..4ff3a6ef4 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -440,4 +440,4 @@ jobs: uses: ./.github/actions/teams-message with: msg: "[FAILED] Sanity Tests" - teams_url: ${{ secrets.SLACK_WEBHOOK_URL }} \ No newline at end of file + teams_url: ${{ secrets.TEAMS_WEBHOOK_URL }}