Skip to content

Commit

Permalink
Add Discord Link 🧩
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyphonic authored Dec 12, 2024
1 parent d2f9415 commit a6e6139
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Discord Webhook
on:
push:
branches: main

jobs:
git:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Discord Webhook
uses: johnnyhuy/actions-discord-git-webhook@main
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}

0 comments on commit a6e6139

Please sign in to comment.