Skip to content

Commit

Permalink
Fix channel ID
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 24, 2023
1 parent 468ce72 commit 8cc44e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devops/tooling/chat-ops/health-events/src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ export const handler = async (event) => {
Message: JSON.stringify({
username: 'AWS Health Events',
icon_emoji: ':ops-aws-health:',
// channel: 'G2QHC2N7K', // #ops-warn
channel: 'CHZTAGBM2', // #ops-warn
channel: 'G2QHC2N7K', // #ops-warn
attachments: [
{
color,
Expand Down

0 comments on commit 8cc44e8

Please sign in to comment.