From 74ac92bebe524dd45ba76032954981c814041529 Mon Sep 17 00:00:00 2001 From: Willow Carretero Chavez Date: Tue, 12 Dec 2023 11:48:31 -0500 Subject: [PATCH] Fix help wanted discord webhook (#428) --- .github/workflows/help_wanted_notify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/help_wanted_notify.yml b/.github/workflows/help_wanted_notify.yml index e98a564e..c7b8a2ce 100644 --- a/.github/workflows/help_wanted_notify.yml +++ b/.github/workflows/help_wanted_notify.yml @@ -1,4 +1,4 @@ -name: notify social media +name: notify social media (help wanted) on: issues: @@ -12,6 +12,6 @@ jobs: steps: - uses: actions/checkout@master - name: Actions for Discord + uses: Ilshidur/action-discord@0.3.2 env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_HELP_WANTED }} - uses: Ilshidur/action-discord@0.3.2