From d452259f7d1d229871142de4d9482d2bfab7c4e7 Mon Sep 17 00:00:00 2001 From: Alex Urbina Date: Wed, 13 Dec 2023 20:14:41 -0600 Subject: [PATCH] DEVOPS-1683 REFACTOR: Slack channel for non-prod deployment --- .github/workflows/deploy-non-prod-web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-non-prod-web.yml b/.github/workflows/deploy-non-prod-web.yml index 44cc35c0aa6..a51627294b2 100644 --- a/.github/workflows/deploy-non-prod-web.yml +++ b/.github/workflows/deploy-non-prod-web.yml @@ -97,7 +97,7 @@ jobs: project: Clients environment: ${{ needs.setup.outputs.environment-name }} tag: ${{ inputs.tag }} - slack-channel: devops-alerts-test + slack-channel: team-eng-qa-devops event: 'start' url: https://github.com/bitwarden/clients/actions/runs/${{ github.run_id }} AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} @@ -243,7 +243,7 @@ jobs: project: Clients environment: ${{ needs.setup.outputs.environment-name }} tag: ${{ inputs.tag }} - slack-channel: devops-alerts-test + slack-channel: team-eng-qa-devops event: ${{ needs.azure-deploy.result }} url: https://github.com/bitwarden/clients/actions/runs/${{ github.run_id }} AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}