From 68e09e04afa1546b6de067037539a7eda5321157 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Sun, 1 Feb 2026 10:44:11 +0900 Subject: [PATCH] Fix Slack notification configuration - Add webhook-type: incoming-webhook parameter - Required for slackapi/slack-github-action@v2.0.0 --- .github/workflows/takt-action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/takt-action.yml b/.github/workflows/takt-action.yml index 5e3a759..622932e 100644 --- a/.github/workflows/takt-action.yml +++ b/.github/workflows/takt-action.yml @@ -31,6 +31,7 @@ jobs: if: always() uses: slackapi/slack-github-action@v2.0.0 with: + webhook-type: incoming-webhook webhook: ${{ secrets.SLACK_WEBHOOK_URL }} payload: | {