forked from Simnation/Main
13 lines
334 B
YAML
13 lines
334 B
YAML
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 }}
|