Create discord.yml

This commit is contained in:
Kreyren 2020-03-18 11:16:53 +01:00 committed by GitHub
parent d256ff6c67
commit 43bef4dfd7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

15
.github/workflows/discord.yml vendored Normal file

@ -0,0 +1,15 @@
name: discord message
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: send custom message with args
uses: appleboy/discord-action@master
with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
args: The ${{ github.event_name }} event triggered first step.