blob: b0258be9c2e8f27b73fd84437fec30af22447481 [file] [log] [blame]
Philip Zeyliger9e3c8672025-05-27 17:09:14 +00001name: Discord Notification
2on:
3 push:
4 branches:
5 - main
6
7permissions: read-all
8
9jobs:
10 notify-discord:
11 runs-on: ubuntu-latest
12 steps:
13 - uses: actions/checkout@v4
14 with:
15 fetch-depth: 2
16
17 - name: Send Discord notification
18 env:
19 DISCORD_WEBHOOK_FOR_COMMITS: ${{ secrets.DISCORD_WEBHOOK_FOR_COMMITS }}
20 run: python3 .github/scripts/discord_notify.py