From dc72883b9076afc8d478634fb8e0da12d63eac0a Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Tue, 9 Jul 2024 02:09:17 -0700 Subject: [PATCH] update config example --- config_example/core.config.example.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config_example/core.config.example.toml b/config_example/core.config.example.toml index 5e5306f4b..d310edd6f 100644 --- a/config_example/core.config.example.toml +++ b/config_example/core.config.example.toml @@ -84,8 +84,10 @@ passkey = "a_random_passkey" ## Configure github webhook app. Enables webhook management apis. # github_webhook_app.app_id = 1234455 # Find on the app page. -# github_webhook_app.installation_id = 1234455 # Get after installing the app to user / organization. -# github_webhook_app.owners = ["mbecker20"] # List of the repo owners which the app has access to. +# github_webhook_app.installations = [ +# ## Find the id after installing the app to user / organization. "namespace" is the username / organization name. +# { id = 1234, namespace = "mbecker20" } +# ] ## Path to github webhook app private key. ## This is defaulted to `/github/private-key.pem`, and doesn't need to be changed if running in Docker.