File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ custom:
111111 # - Webhook: off
112112 # 2. Update hub.config.GitHubOAuthenticator:
113113 # app_id: "<GitHub App App ID>"
114- # installation_id: "<GitHub App Installation ID>"
114+ # installation_id: "<GitHub App Installation ID>" # Optional; leave blank to auto-discover from the org installation
115115 # private_key_file: "<Mounted GitHub App private key path>"
116116 # client_id: "<GitHub App Client ID>"
117117 # client_secret: "<GitHub App Client Secret>"
376376 GitHubOAuthenticator:
377377 oauth_callback_url: "https://your.domain.com/hub/github/oauth_callback"
378378 app_id: ""
379+ # Optional; leave blank when the GitHub App is installed on the org and the Hub can auto-discover it.
379380 installation_id: ""
380381 private_key_file: ""
381382 private_key: ""
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ custom:
155155 # - Webhook: off
156156 # 2. Update hub.config.GitHubOAuthenticator:
157157 # app_id: "<GitHub App App ID>"
158- # installation_id: "<GitHub App Installation ID>"
158+ # installation_id: "<GitHub App Installation ID>" # Optional; leave blank to auto-discover from the org installation
159159 # private_key_file: "<Mounted GitHub App private key path>"
160160 # client_id: "<GitHub App Client ID>"
161161 # client_secret: "<GitHub App Client Secret>"
467467 GitHubOAuthenticator :
468468 oauth_callback_url : " https://<Your.domain>/hub/github/oauth_callback"
469469 app_id : " "
470+ # Optional; leave blank when the GitHub App is installed on the org and the Hub can auto-discover it.
470471 installation_id : " "
471472 private_key_file : " "
472473 private_key : " "
You can’t perform that action at this time.
0 commit comments