From fd49009bfa103a90266ad60d390c88876c88f640 Mon Sep 17 00:00:00 2001 From: leejeongho Date: Tue, 25 Jun 2024 02:26:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B1=84=EB=84=90=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/slack-notification.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slack-notification.yml b/.github/workflows/slack-notification.yml index b629d09c..04aaca25 100644 --- a/.github/workflows/slack-notification.yml +++ b/.github/workflows/slack-notification.yml @@ -17,7 +17,7 @@ jobs: run: | response=$(curl -X POST -H "Authorization: Bearer ${{ secrets.SLACK_BOT_TOKEN }}" -H "Content-type: application/json" \ --data '{ - "channel": "#general", + "channel": "C079A5A8BL0", "text": "PR 알림", "blocks": [ { @@ -63,7 +63,7 @@ jobs: ts="${{ steps.send_pr_notification.outputs.ts }}" curl -X POST -H "Authorization: Bearer ${{ secrets.SLACK_BOT_TOKEN }}" -H "Content-type: application/json" \ --data '{ - "channel": "#general", + "channel": "C079A5A8BL0", "thread_ts": "'$ts'", "text": "'${{ steps.map_to_slack_ids.outputs.slack_mentions }}' 님을 언급했습니다. 꼭 나중에 들어가서 확인하기!