Skip to content

test

test #137

name: 'Discord Notifications'
on:
issues:
types: [ opened, reopened ]
pull_request_target:
types: [ opened, reopened ]
discussion:
types: [ created ]
jobs:
discord-notification:
runs-on: ubuntu-latest
steps:
- uses: eclipse-edc/.github/.github/actions/discord-notification@main
with:
discord-webhook-url: ${{ secrets.DISCORD_GITHUB_WEBHOOK }}