From 4fb16472e3bb07218a5ae05a470e9cf3eb5227f2 Mon Sep 17 00:00:00 2001
From: Luke Duncalfe <lduncalfe@gitlab.com>
Date: Thu, 8 Feb 2024 06:22:52 +0000
Subject: [PATCH] System hooks doc: token is optional

---
 doc/administration/system_hooks.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/administration/system_hooks.md b/doc/administration/system_hooks.md
index 56d6c6c58f1e0..9f14b58f5e890 100644
--- a/doc/administration/system_hooks.md
+++ b/doc/administration/system_hooks.md
@@ -59,7 +59,8 @@ To create a system hook:
 1. On the left sidebar, at the bottom, select **Admin Area**.
 1. Select **System Hooks**.
 1. Select **Add new webhook**.
-1. Provide the **URL** and **Secret Token**.
+1. Enter the **URL**.
+1. Optional. Enter a [**Secret Token**](../user/project/integrations/webhooks.md#validate-payloads-by-using-a-secret-token).
 1. Select the checkbox next to each optional **Trigger** you want to enable.
 1. Select **Enable SSL verification**, if desired.
 1. Select **Add system hook**.
-- 
GitLab