New dev webhook

This commit is contained in:
Willy-JL
2023-03-30 00:25:44 +01:00
parent 529483a18b
commit c87e354eb3
2 changed files with 57 additions and 0 deletions

16
.github/workflows/discord.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Discord webhook
on: [push]
jobs:
webhook:
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
uses: actions/checkout@v3
- name: Send webhook
env:
DEV_DISCORD_WEBHOOK: "https://discord.com/api/webhooks/${{ secrets.DEV_WEBHOOK_ID }}/${{ secrets.DEV_WEBHOOK_TOKEN }}"
run: python .github/workflow_data/discord_push.py