You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ Use the following steps to set up a new gitwebhook on your github (or bitbucket)
17
17
18
18
1. Go to your Repository and click on "Settings", then click on "Webhooks"
19
19
2. Click on "Add webhook"
20
-
3. Type in the path where you want to install your gitwebhook: https://\<example.com\>/gitwebhook/index.php?bitbucket_secret=\<secret\> (or as subdomain, etc.)
21
-
22
-
(replace \<secret\> with a Secret of your choice)
20
+
3. Type in the name of the webhook (your own custom name) in the field "Title"
21
+
4. Type in the path where you want to install your gitwebhook (field "URL"): https://\<example.com\>/gitwebhook/index.php (or as subdomain, etc.)
22
+
5. Add your \<secret\> in the "secret" field (replace \<secret\> with a Secret of your choice)
0 commit comments