chore: run api report

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2025-03-26 11:35:27 +01:00
parent 9768992a4e
commit 64506f3e20
+1 -1
View File
@@ -647,7 +647,7 @@ export type GiteaIntegrationConfig = {
export type GithubAppConfig = {
appId: number;
privateKey: string;
webhookSecret: string;
webhookSecret?: string;
clientId: string;
clientSecret: string;
allowedInstallationOwners?: string[];