Skip to content

Commit ac92332

Browse files
committed
fix: add target actions
1 parent fc6abed commit ac92332

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/bootstrap-alarms.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
aws cloudwatch put-composite-alarm \
9191
--alarm-name "${COMPOSITE_ALARM_NAME}" \
9292
--alarm-description "Aggregate alarm for all Ruby RIC integration test permutations" \
93-
--alarm-rule "${RULE}"
93+
--alarm-rule "${RULE}" \
94+
--actions-enabled \
95+
--alarm-actions "${{ secrets.AWS_ALARM_TARGET_ARN }}"
9496
9597
echo "Composite alarm '${COMPOSITE_ALARM_NAME}' created successfully."

0 commit comments

Comments
 (0)