From 904e91db7e28722827e500e6f0379e64d0f18eff Mon Sep 17 00:00:00 2001 From: seungki1011 Date: Sat, 7 Sep 2024 19:14:43 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EC=8B=A4=EC=88=98=EB=A1=9C=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8=ED=95=9C=20WEBHOOK=5FURL=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecfbd80..b222aee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,8 @@ jobs: if: success() || failure() uses: slackapi/slack-github-action@v1.27.0 env: + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK PULL_REQUEST_JOB_STATUS: ${{ job.status }} PULL_REQUEST_JOB_STATUS_COLOR: ${{ job.status == 'success' && vars.COLOR_GREEN || job.status == 'failure' && vars.COLOR_RED || vars.COLOR_ORANGE }} with: