diff --git a/.hashibot.hcl b/.hashibot.hcl index 949479388..c8924021e 100644 --- a/.hashibot.hcl +++ b/.hashibot.hcl @@ -5,7 +5,7 @@ behavior "regexp_issue_labeler" "panic_label" { behavior "regexp_issue_notifier" "panic_notify" { regexp = "panic:" - slack_channel = env.COMMITTERS_SLACK_CHANNEL + slack_channel = env.TERRAFORM_SLACK_CHANNEL message = "Panic report! https://github.com/${var.repository}/issues/${var.issue_number} has a panic in it." }