mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
New dev webhook
This commit is contained in:
16
.github/workflows/discord.yml
vendored
Normal file
16
.github/workflows/discord.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user