Release 2898
Trello card
Context
The test service principal secret is expiring, but the alert is not appearing in the channel.
The error appears to suggest the service principal in use doesn't have access to the s105t01-kv key vault.
It appears that as the check is using the 'test' environment context which does not exist, it does not pickup the updated AZURE_CREDENTIAL value and therefore does not have the proper access to the test subscription key vault to retrieve the Slack webhook.
Changes proposed in this pull request
Change the environment in the check to 'Staging'
Removed the token auth as we login to Azure the step before
Guidance to review
Confirmed the workflow runs using the Staging environment for the test subscription.