Skip to content

Commit

Permalink
Fix help wanted discord webhook (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
carreter authored Dec 12, 2023
1 parent 80eada6 commit 74ac92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/help_wanted_notify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: notify social media
name: notify social media (help wanted)

on:
issues:
Expand All @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Actions for Discord
uses: Ilshidur/[email protected]
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_HELP_WANTED }}
uses: Ilshidur/[email protected]

0 comments on commit 74ac92b

Please sign in to comment.