blob: b0258be9c2e8f27b73fd84437fec30af22447481 [file] [log] [blame]
name: Discord Notification
on:
push:
branches:
- main
permissions: read-all
jobs:
notify-discord:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Send Discord notification
env:
DISCORD_WEBHOOK_FOR_COMMITS: ${{ secrets.DISCORD_WEBHOOK_FOR_COMMITS }}
run: python3 .github/scripts/discord_notify.py