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
@@ -47,7 +47,7 @@ You can configure what the application does by copying the sample config file
47
47
| hooks_path | Configures a path to import the hooks. If not set, it'll import the hooks from the default location (/.../python-github-webhooks/hooks) |
48
48
49
49
50
-
Adding Hooks
50
+
Adding hooks
51
51
============
52
52
53
53
This application uses the following precedence for executing hooks:
@@ -76,7 +76,8 @@ import sys
76
76
import json
77
77
import requests
78
78
79
-
# Authentication for the user who is filing the issue. Username/API_KEY
79
+
# Authentication for the user who is filing the issue
0 commit comments