From f6aca5960c298e0ff02a4a6f88ebc59aba0e630e Mon Sep 17 00:00:00 2001 From: Alexis Badel Date: Wed, 15 Mar 2023 00:59:46 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cada78..ffe95b5 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ Relay sent webhooks for repository `push` events to your Discord server. # Features - **customizable Discord message** - from a detailed embed to simple commit summary -- **ability to hide a commit message** +- **ability to hide a commit message / repository name** - **supports Discord Role mention** +- **supports GitHub Secret Token protection** +- **supports multiple Discord webhooks at once** # Installation ### Without Composer @@ -37,3 +39,4 @@ Relay sent webhooks for repository `push` events to your Discord server. # Credits - [Livaco](https://github.com/LivacoNew) for his wonderful [Discord Webhook library](https://github.com/LivacoNew/EasyDiscordWebhook) +- [JustPlayerDE](https://github.com/JustPlayerDE) for his work on supporting secured GitHub webhooks