From 476255d1292168639b35b4284f405c6f5e94b968 Mon Sep 17 00:00:00 2001 From: smanhoff Date: Wed, 17 Jul 2024 15:05:01 +0200 Subject: [PATCH] Test IDP automation --- .github/workflows/slack-port-notify-unhealthy-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slack-port-notify-unhealthy-service.yml b/.github/workflows/slack-port-notify-unhealthy-service.yml index 30ac2df..837645b 100644 --- a/.github/workflows/slack-port-notify-unhealthy-service.yml +++ b/.github/workflows/slack-port-notify-unhealthy-service.yml @@ -15,6 +15,6 @@ jobs: steps: - name: Send message to Slack env: - SLACK_WEBHOOK_URL: https://hooks.slack.com/services/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 + SLACK_WEBHOOK_URL: https://hooks.slack.com/services/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 run: | curl -X POST -H 'Content-type: application/json' --data '{"text":"The service ${{ inputs.service_name }} has become unhealthy."}' $SLACK_WEBHOOK_URL