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?

- [ ]  Yes, it's included
- [ ] 🕐 Yes, but in a later PR
- [x]  No

#### Type of change

- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Supportability/Tests
- [x] 💻 CI/Deployment
- [x] 🧹 Tech Debt/Cleanup

#### Test Plan

- [ ] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
This commit is contained in:
ashmrtn 2023-12-01 09:03:18 -08:00 committed by GitHub
parent 53d77117d3
commit 6ccf32cde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}