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: documentation/secret_docs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ Secret file is where sensitive information such as the urls used for webhooks an
43
43
| value | description | optional | default |
44
44
|-|-|-|-|
45
45
|`slack_hooks`| list of webhook config objects | No | - |
46
-
|`gh_token`|must not be specified for public repositories | Yes | - |
47
-
|`gh_webhook_secret`|if not specified signatures will not be checked| Yes | - |
46
+
|`gh_token`|specify to grant the bot access to private repositories; omit for public repositories | Yes | - |
47
+
|`gh_hook_token`|specify to ensure the bot only receives GitHub notifications from pre-approved repositories| Yes | - |
48
48
49
49
## `gh_token`
50
50
@@ -64,8 +64,8 @@ Some event notifications (e.g., status, commit comment) require a personal token
64
64
For more detailed instructions on token generation, refer to https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line.
65
65
66
66
67
-
## `gh_webhook_secret`
68
-
For more information on `gh_webhook_secret` see [developer.github.com/webhooks/securing](https://developer.github.com/webhooks/securing/)
67
+
## `gh_hook_token`
68
+
For more information on `gh_hook_token` see [developer.github.com/webhooks/securing](https://developer.github.com/webhooks/securing/)
0 commit comments