3
0
Mirror von https://github.com/TheSilentPro/HeadDB.git synchronisiert 2024-12-28 03:40:06 +01:00
HeadDB/.github/workflows/discord.yml

26 Zeilen
547 B
YAML

2022-03-18 17:08:05 +01:00
name: Discord Webhook
on: [push]
jobs:
report-status:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
2024-03-02 21:17:17 +01:00
uses: actions/checkout@v4
2022-03-18 17:08:05 +01:00
2023-07-13 14:16:17 +02:00
- name: Set up Java JDK 17
2024-03-02 21:17:17 +01:00
uses: actions/setup-java@v4
2022-03-18 17:08:05 +01:00
with:
distribution: 'adopt'
2023-07-13 14:16:17 +02:00
java-version: '17'
2022-03-18 17:08:05 +01:00
java-package: jdk
architecture: x64
2023-07-14 23:41:52 +02:00
- name: Dispatch Discord Webhook
uses: baked-libs/discord-webhook@1.5.1
with:
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}