mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-30 04:19:59 -07:00
Delete discord.yml
no
This commit is contained in:
26
.github/workflows/discord.yml
vendored
26
.github/workflows/discord.yml
vendored
@@ -1,26 +0,0 @@
|
||||
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