We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5202a91 commit c4564cfCopy full SHA for c4564cf
static/code/gitlab-webhook.sh
@@ -7,13 +7,13 @@
7
# Make sure the script is executable:
8
# chmod +x gitlab-webhook.sh
9
10
-# PAT example (header auto-detected)
+# PAT auto-detected header
11
# export GITLAB_TOKEN="glpat-xxxxx"
12
# ./gitlab-add-webhook.sh \
13
# -h "gitlab.example.com" -u "https://ci.example.com/gitlab-hook" \
14
# -s "mySecret" -p 42
15
16
-# PAT example (explicit header)
+# PAT with explicit header
17
18
19
# -s "mySecret" -g "mygroup/mysubgroup/myproject" \
0 commit comments