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:
26
.github/workflows/discord.yml
vendored
Normal file
26
.github/workflows/discord.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
name: Discord Webhook
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
report-status:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- name: Set up Java JDK 11
|
||||
uses: actions/setup-java@v2.1.0
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '11'
|
||||
java-package: jdk
|
||||
architecture: x64
|
||||
|
||||
- name: Run Discord Webhook
|
||||
uses: baked-libs/discord-webhook@main
|
||||
with:
|
||||
id: ${{ secrets.DEV_DISCORD_WEBHOOK_ID }}
|
||||
token: ${{ secrets.DEV_DISCORD_WEBHOOK_TOKEN }}
|
||||
Reference in New Issue
Block a user