Skip to content

Commit

Permalink
Bulk CDK alerts go to the right slack channel (#44867)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored Aug 28, 2024
1 parent abd9da9 commit 7debf35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-bulk-cdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: slackapi/slack-github-action@v1.23.0
continue-on-error: true
with:
channel-id: C04J1M66D8B
channel-id: C07K1P3UL6Q # The `#dev-java-cdk-releases` channel
payload: |
{
"text": "Error while publishing Bulk CDK!",
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: slackapi/slack-github-action@v1.23.0
continue-on-error: true
with:
channel-id: C04J1M66D8B
channel-id: C07K1P3UL6Q # The `#dev-java-cdk-releases` channel
payload: |
{
"text": "Bulk CDK version 0.${{ env.BUILD_NUMBER }} published successfully!",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-java-cdk-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
uses: slackapi/slack-github-action@v1.23.0
continue-on-error: true
with:
channel-id: C04J1M66D8B
channel-id: C07K1P3UL6Q # The `#dev-java-cdk-releases` channel
payload: |
{
"text": "Error during `publish-cdk` while publishing Java CDK!",
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
uses: slackapi/slack-github-action@v1.23.0
continue-on-error: true
with:
channel-id: C04J1M66D8B
channel-id: C07K1P3UL6Q # The `#dev-java-cdk-releases` channel
payload: |
{
"text": "New `${{ env.CDK_VERSION }}` version of Java CDK was successfully published!",
Expand Down

0 comments on commit 7debf35

Please sign in to comment.