Skip to content

Commit 09bf0f1

Browse files
committed
Change push notification channel to aws-cbmc
1 parent 4802a01 commit 09bf0f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-packages.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: rtCamp/action-slack-notify@v2
7171
if: success() || failure()
7272
env:
73-
SLACK_CHANNEL: team_open_source
73+
SLACK_CHANNEL: aws-cbmc
7474
SLACK_COLOR: ${{ job.status }}
7575
SLACK_USERNAME: Github Actions CI bot
7676
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
@@ -143,7 +143,7 @@ jobs:
143143
uses: rtCamp/action-slack-notify@v2
144144
if: success() || failure()
145145
env:
146-
SLACK_CHANNEL: team_open_source
146+
SLACK_CHANNEL: aws-cbmc
147147
SLACK_COLOR: ${{ job.status }}
148148
SLACK_USERNAME: Github Actions CI bot
149149
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
@@ -172,7 +172,7 @@ jobs:
172172
- name: Slack notification of CI status
173173
if: success() || failure()
174174
env:
175-
SLACK_CHANNEL: team_open_source
175+
SLACK_CHANNEL: aws-cbmc
176176
SLACK_COLOR: ${{ job.status }}
177177
SLACK_USERNAME: Github Actions CI bot
178178
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
@@ -266,7 +266,7 @@ jobs:
266266
- name: Slack notification of CI status
267267
if: success() || failure()
268268
env:
269-
SLACK_CHANNEL: team_open_source
269+
SLACK_CHANNEL: aws-cbmc
270270
SLACK_COLOR: ${{ job.status }}
271271
SLACK_USERNAME: Github Actions CI bot
272272
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
@@ -299,7 +299,7 @@ jobs:
299299
uses: rtCamp/action-slack-notify@v2
300300
if: success() || failure()
301301
env:
302-
SLACK_CHANNEL: team_open_source
302+
SLACK_CHANNEL: aws-cbmc
303303
SLACK_COLOR: ${{ job.status }}
304304
SLACK_USERNAME: Github Actions CI bot
305305
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)