From 45146fbbc79ac173778a0af7e55af45029d60361 Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Thu, 11 Dec 2025 10:47:44 +0100 Subject: [PATCH] chore: fix api reports Signed-off-by: benjdlambert --- packages/integration/report.api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/integration/report.api.md b/packages/integration/report.api.md index f642058ccd..d065f441f0 100644 --- a/packages/integration/report.api.md +++ b/packages/integration/report.api.md @@ -665,6 +665,7 @@ export type GithubAppConfig = { clientId: string; clientSecret: string; allowedInstallationOwners?: string[]; + publicAccess?: boolean; }; // @public