From 9dcc1895577d847d0da01feef77e99aa92ededc7 Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Tue, 20 Aug 2024 11:17:03 +0100 Subject: [PATCH] Add slack webhook type This line is needed so that we can link to the failed workflow. --- .github/workflows/verify_repo_tags.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify_repo_tags.yml b/.github/workflows/verify_repo_tags.yml index bb2c8004..5346b4f2 100644 --- a/.github/workflows/verify_repo_tags.yml +++ b/.github/workflows/verify_repo_tags.yml @@ -59,3 +59,4 @@ jobs: } env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} + SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK