We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6abed commit ac92332Copy full SHA for ac92332
1 file changed
.github/workflows/bootstrap-alarms.yml
@@ -90,6 +90,8 @@ jobs:
90
aws cloudwatch put-composite-alarm \
91
--alarm-name "${COMPOSITE_ALARM_NAME}" \
92
--alarm-description "Aggregate alarm for all Ruby RIC integration test permutations" \
93
- --alarm-rule "${RULE}"
+ --alarm-rule "${RULE}" \
94
+ --actions-enabled \
95
+ --alarm-actions "${{ secrets.AWS_ALARM_TARGET_ARN }}"
96
97
echo "Composite alarm '${COMPOSITE_ALARM_NAME}' created successfully."
0 commit comments