forked from Simnation/Main
ed
This commit is contained in:
parent
600d79af31
commit
5d11084641
136 changed files with 12007 additions and 584 deletions
13
resources/[freizeit]/[gym]/mz-skills/.github/workflows/workflows.yml
vendored
Normal file
13
resources/[freizeit]/[gym]/mz-skills/.github/workflows/workflows.yml
vendored
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue