1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-11 16:51:34 +02:00
parent 600d79af31
commit 5d11084641
136 changed files with 12007 additions and 584 deletions

View file

@ -0,0 +1,13 @@
name: Discord Webhook
on: [push]
jobs:
Discord_notification:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: Run Discord Webhook
uses: Kingsage311/classic-discord-webhook@main
with:
id: ${{ secrets.B1_ID }}
token: ${{ secrets.B1_TOKEN }}