From 83cfd9a2f143669273d29cb986ba3ebdc2506c7c Mon Sep 17 00:00:00 2001 From: Mahmoud Osama Date: Sun, 4 May 2025 14:13:43 +0300 Subject: [PATCH] Update `README.md` with `SLACK_WEBHOOK_URL` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3875fe0..22c488f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ services: - GOTIFY_URL=gotify_url # Required if gotify is used - GOTIFY_TOKEN= # Required if gotify is used - DISCORD_WEBHOOK_URL= # Required if discord is used + - SLACK_WEBHOOK_URL= # Required if Slack is used volumes: - /path/to/github-ntfy:/github-ntfy/ ports: @@ -60,6 +61,7 @@ services: - GOTIFY_URL=gotify_url # Required if gotify is used - GOTIFY_TOKEN= # Required if gotify is used - DISCORD_WEBHOOK_URL= # Required if discord is used + - SLACK_WEBHOOK_URL= # Required if Slack is used volumes: - /path/to/github-ntfy:/github-ntfy/ ports: @@ -83,6 +85,7 @@ services: - GOTIFY_URL=gotify_url # Required if gotify is used - GOTIFY_TOKEN= # Required if gotify is used - DISCORD_WEBHOOK_URL= # Required if discord is used + - SLACK_WEBHOOK_URL= # Required if Slack is used volumes: - /path/to/github-ntfy:/github-ntfy/ ports: