Skip to content

Commit d178687

Browse files
committed
[TASK] edit the readme for usage bitbucket webhook with the "secret" field
1 parent 42938e2 commit d178687

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Use the following steps to set up a new gitwebhook on your github (or bitbucket)
1717

1818
1. Go to your Repository and click on "Settings", then click on "Webhooks"
1919
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)
2323

2424
### Setup Gitwebhook (Second Step):
2525

0 commit comments

Comments
 (0)