Add optional Discord webhook notifications
All checks were successful
check / check (push) Successful in 35s
All checks were successful
check / check (push) Successful in 35s
This commit is contained in:
parent
f49af83d2b
commit
b455647580
5 changed files with 312 additions and 3 deletions
|
|
@ -18,8 +18,14 @@ PORT=3000
|
|||
DATA_DIR=/app/data
|
||||
JOJO_WEBHOOK_SECRET=...
|
||||
GITHUB_WEBHOOK_SECRET=...
|
||||
DISCORD_WEBHOOK_URL=
|
||||
DISCORD_NOTIFY_EVENTS=push,pull_request,release
|
||||
```
|
||||
|
||||
Discord notifications are optional. When `DISCORD_WEBHOOK_URL` is unset, the
|
||||
service skips Discord output. `DISCORD_NOTIFY_EVENTS` is a comma-separated
|
||||
allow list and defaults to `push,pull_request,release`.
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue