We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363b0af commit 1299515Copy full SHA for 1299515
1 file changed
README.rst
@@ -33,6 +33,7 @@ You can configure what the application does by changing ``config.json``:
33
"github_ips_only": true,
34
"enforce_secret": "",
35
"return_scripts_info": true
36
+ "hooks_path": "/.../hooks/"
37
}
38
39
:github_ips_only: Restrict application to be called only by GitHub IPs. IPs
@@ -48,6 +49,8 @@ You can configure what the application does by changing ``config.json``:
48
49
you will be able to see the result of your hooks from within your GitHub
50
hooks configuration page (see "Recent Deliveries").
51
Default: ``true``.
52
+ :hooks_path: Configures a path to import the hooks. If not set, it'll import
53
+ the hooks from the default location (/.../python-github-webhooks/hooks)
54
55
56
Adding Hooks
0 commit comments