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? - [ ] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [x] ⛔ No #### Type of change - [ ] 🌻 Feature - [x] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Supportability/Tests - [x] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup #### Test Plan - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
4bb042bd1a
commit
53ce27a23b
2
.github/workflows/sanity-test.yaml
vendored
2
.github/workflows/sanity-test.yaml
vendored
@ -440,4 +440,4 @@ jobs:
|
||||
uses: ./.github/actions/teams-message
|
||||
with:
|
||||
msg: "[FAILED] Sanity Tests"
|
||||
teams_url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
teams_url: ${{ secrets.TEAMS_WEBHOOK_URL }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user