Skip to content

Discord webhook

Discord webhook #3

Workflow file for this run

on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- main
paths:
- "src/**"
- ".github/workflows/discord-webhook.yml"
jobs:
Discord-Notification:
name: Discord notification
runs-on: ubuntu-latest
steps:
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
uses: Ilshidur/action-discord@master