From eee459cc63514f1183210010ed70f1163280933e Mon Sep 17 00:00:00 2001 From: Benjamin Janssens Date: Thu, 8 May 2025 16:51:57 +0200 Subject: [PATCH] fix(catalog): update config.d.ts Signed-off-by: Benjamin Janssens --- plugins/catalog-backend-module-github/config.d.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/catalog-backend-module-github/config.d.ts b/plugins/catalog-backend-module-github/config.d.ts index 1ba0605de0..e595903068 100644 --- a/plugins/catalog-backend-module-github/config.d.ts +++ b/plugins/catalog-backend-module-github/config.d.ts @@ -135,9 +135,13 @@ export interface Config { */ host?: string; /** - * (Optional) Name of your organization account/workspace. + * (Required, unless `app` is set) Name of your organization account/workspace. */ organization?: string; + /** + * (Required, unless `organization` is set) Name of your GitHub App. + */ + app?: string; /** * (Optional) Path where to look for `catalog-info.yaml` files. * You can use wildcards - `*` or `**` - to search the path and/or the filename