New dev webhook

This commit is contained in:
Willy-JL
2023-03-29 22:34:42 +01:00
parent ebaf31d0b9
commit 6cde2f74fa

26
.github/workflows/discord.yml vendored Normal file
View 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 }}