From a255dc5bf478862364d614634ccc7b602a5289ae Mon Sep 17 00:00:00 2001 From: Hyeok_Choi Date: Tue, 1 Oct 2024 17:13:03 +0900 Subject: [PATCH] Update notify_discord.yaml --- .github/workflows/notify_discord.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify_discord.yaml b/.github/workflows/notify_discord.yaml index c2a719f..e8863d7 100644 --- a/.github/workflows/notify_discord.yaml +++ b/.github/workflows/notify_discord.yaml @@ -23,4 +23,4 @@ jobs: run: | curl -X POST -H "Content-Type: application/json" \ -d "{\"content\": \"${{ steps.get_commit.outputs.commit_message }}\", \"username\": \"${{ steps.get_commit.outputs.commit_author }}\"}" \ - https://discord.com/api/webhooks/1288116701459775520/Sz7aGU2Wg-OxGG1hFNbbOsPqreo9KTPhlWyN82hkMqrdgJEfn79g7tJ9PGZSnL1S9UB1 + {{ secrets.DISCORD_WEBHOOK_URL }}