From 5ba995f914c0fbb2bacbc13da10baac38a5659c2 Mon Sep 17 00:00:00 2001 From: Anders Nickelsen Date: Mon, 18 Nov 2024 13:59:58 +0100 Subject: [PATCH] Update webhook as old was invalidated (#118) --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 558ebf3..1ab7e0f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -601,7 +601,7 @@ jobs: SLACK_MESSAGE: "Service: ${{ inputs.service-name }}\nSee: ${{ github.event.compare }}" SLACK_TITLE: "PR with migrations being deployed to production! :eyetwitch:" SLACK_USERNAME: 'Monta Bot' - SLACK_WEBHOOK: 'https://hooks.slack.com/services/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' + SLACK_WEBHOOK: 'https://hooks.slack.com/services/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' SLACK_FOOTER: 'Powered by Monta! #EVBetter' # needed because can't run slack notifier cli on arm64, so can't update with always() in the same build job