Commit 720eec86 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs/how-to-create-a-sys-hook' into 'master'

How to create a system hook

See merge request gitlab-org/gitlab!53923
parents 93c2848c b8b444ad
......@@ -48,6 +48,17 @@ NOTE:
We follow the same structure and deprecations as [Webhooks](../user/project/integrations/webhooks.md)
for Push and Tag events, but we never display commits.
## Create a system hook
To create a system hook:
1. In the top navigation bar, go to **{admin}** **Admin Area**.
1. In the left sidebar, select **System Hooks**.
1. Provide the **URL** and **Secret Token**.
1. Select the check box next to each **Trigger** you want to enable.
1. Select **Enable SSL verification**, if desired.
1. Click **Add system hook**.
## Hooks request example
**Request header**:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment