Skip to content

Commit

Permalink
chore(actions): better webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon committed Jun 14, 2024
1 parent 968633d commit 170686d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/discord-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Discord Webhook
on: [push]
jobs:
Discord_notification:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Discord Webhook
uses: solareon/discord-commits@main
with:
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}

0 comments on commit 170686d

Please sign in to comment.