diff --git a/.github/workflows/discord-push.yml b/.github/workflows/discord-push.yml new file mode 100644 index 0000000..38f978f --- /dev/null +++ b/.github/workflows/discord-push.yml @@ -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 }}