From e6581663e0b6db12821d93242d688231a9c222c3 Mon Sep 17 00:00:00 2001 From: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:15:39 +0200 Subject: [PATCH] Update release-notifications.yml --- .github/workflows/release-notifications.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-notifications.yml b/.github/workflows/release-notifications.yml index 6910418f8ca89..29bb019f3c501 100644 --- a/.github/workflows/release-notifications.yml +++ b/.github/workflows/release-notifications.yml @@ -46,4 +46,5 @@ jobs: ] } env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK