diff --git a/infrastructure/github/variables.tf b/infrastructure/github/variables.tf index a74761d..d6da349 100644 --- a/infrastructure/github/variables.tf +++ b/infrastructure/github/variables.tf @@ -43,5 +43,5 @@ variable "review_bot_always_reviewer_slack" { variable "review_bot_slack_channel_id" { description = "Slack channel ID where review notifications are posted" type = string - default = "C09DGFG5JR4" + default = "C0ADQN0B6F8" }