From 238dab4a9ca74304c0c358d035cd42db571c8369 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 11 Sep 2025 10:22:24 -0400 Subject: [PATCH] Adjust release notes Discord webhook name (#37997) Release Notes: - N/A --- .github/workflows/community_release_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/community_release_actions.yml b/.github/workflows/community_release_actions.yml index 31dda1fa6d005ee16eb9d13aec6277ebf9a3ab94..37ade90574e76cd95755aad6b5601a43946a271c 100644 --- a/.github/workflows/community_release_actions.yml +++ b/.github/workflows/community_release_actions.yml @@ -32,7 +32,7 @@ jobs: - name: Discord Webhook Action uses: tsickert/discord-webhook@c840d45a03a323fbc3f7507ac7769dbd91bfb164 # v5.3.0 with: - webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} + webhook-url: ${{ secrets.DISCORD_WEBHOOK_RELEASE_NOTES }} content: ${{ steps.get-content.outputs.string }} send_release_notes_email: