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
+37-4Lines changed: 37 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,43 @@ However due to the open ended nature of the blueprint this behavior can be easil
11
11
During the setup be sure to pay close attention to any opportunities to input any sort of secret key.
12
12
You will need that key later if you want to enable webhook verification **THIS IS SOMETHING THAT I GREATLY ADVISE YOU DO**.
13
13
For GitHub that would be the secret string that you provide [during creation](https://docs.github.com/en/webhooks/using-webhooks/creating-webhooks#creating-a-repository-webhook) and for GitLab that would be the [secret token](https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#validate-payloads-by-using-a-secret-token).
14
-
2. Clone this repo or add it as a submodule
15
-
3. Install packages from requirements.txt
16
-
4. Create an instance of ```webhookBlueprint``` with your settings
17
-
5. Register the instance within a Flask app of your choice
0 commit comments