Skip to content

Commit

Permalink
FEAT: Added Discord_Sync for when github gets updated
Browse files Browse the repository at this point in the history
  • Loading branch information
advtech92 committed Jul 15, 2024
1 parent 1f58cdb commit 0f7b1ea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/discord_sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Discord Webhook

on: [push]

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.YOUR_DISCORD_WEBHOOK_URL }}

0 comments on commit 0f7b1ea

Please sign in to comment.