From 6ccf32cde060d38a78b09cdde00d4f8740cb58cf Mon Sep 17 00:00:00 2001 From: ashmrtn <3891298+ashmrtn@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:03:18 -0800 Subject: [PATCH] Minor update to secret name/step name (#4759) Make referenced secret consistent. Will update environment once this merges. --- #### 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 - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [x] :computer: CI/Deployment - [x] :broom: Tech Debt/Cleanup #### Test Plan - [ ] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .github/workflows/sanity-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index 4ff3a6ef4..ba33a63e0 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -435,9 +435,9 @@ jobs: if-no-files-found: error retention-days: 14 - - name: Notify failure in slack + - name: Notify failure in teams if: failure() uses: ./.github/actions/teams-message with: msg: "[FAILED] Sanity Tests" - teams_url: ${{ secrets.TEAMS_WEBHOOK_URL }} + teams_url: ${{ secrets.TEAMS_CORSO_CI_WEBHOOK_URL }}