Skip to content

Commit

Permalink
rename channel (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru authored May 24, 2024
1 parent 68889bb commit 5971f0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-report-deployment-status-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
project: Server
environment: EU-QA Cloud
slack-channel: devops-alerts-test
slack-channel: bre-alerts-test
tag: test-workflow-start
event: 'start'
commit-sha: ${{ github.sha }}
Expand All @@ -30,7 +30,7 @@ jobs:
with:
project: Server
environment: US-QA Cloud
slack-channel: devops-alerts-test
slack-channel: bre-alerts-test
tag: test-workflow-success
event: 'success'
commit-sha: ${{ github.sha }}
Expand All @@ -42,7 +42,7 @@ jobs:
with:
project: Server
environment: US-QA Cloud
slack-channel: devops-alerts-test
slack-channel: bre-alerts-test
tag: test-workflow-failure
event: 'failure'
commit-sha: ${{ github.sha }}
Expand All @@ -54,7 +54,7 @@ jobs:
with:
project: Server
environment: EU-QA Cloud
slack-channel: devops-alerts-test
slack-channel: bre-alerts-test
tag: test-workflow-failure
event: 'no-changes'
commit-sha: ${{ github.sha }}
Expand All @@ -72,7 +72,7 @@ jobs:
with:
project: Server
environment: EU-QA Cloud
slack-channel: devops-alerts-test
slack-channel: bre-alerts-test
tag: main
event: 'success'
commit-sha: ${{ github.sha }}
Expand All @@ -85,7 +85,7 @@ jobs:
with:
project: Server
environment: US-QA Cloud
slack-channel: devops-alerts-test
slack-channel: bre-alerts-test
tag: main
event: 'failure'
commit-sha: ${{ github.sha }}
Expand All @@ -98,7 +98,7 @@ jobs:
with:
project: Server
environment: EU-QA Cloud
slack-channel: devops-alerts-test
slack-channel: bre-alerts-test
tag: test-branch-failure
event: 'failure'
commit-sha: ${{ github.sha }}
Expand All @@ -111,7 +111,7 @@ jobs:
with:
project: Server
environment: US-QA Cloud
slack-channel: devops-alerts-test
slack-channel: bre-alerts-test
tag: test-branch-success
event: 'success'
commit-sha: ${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-report-upcoming-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
project: bitwarden/server
version: upcoming_version
slack-channel: devops-alerts-test
slack-channel: bre-alerts-test
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}

0 comments on commit 5971f0c

Please sign in to comment.