Skip to content

Commit

Permalink
add discord webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanooda committed Apr 22, 2024
1 parent 9b47dc0 commit 89948d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/discord.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Discord notifier
on: [push, pull_request]
jobs:
Notify-Discord:
runs-on: ubuntu-latest
steps:
- name: Notify Discord
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit 89948d2

Please sign in to comment.