diff --git a/lib/platform/gitea/index.ts b/lib/platform/gitea/index.ts index 2f0d3a19281c7ec7728359c9066d043da86712b4..57b6ed5b869cd826ee3c7b179111ad36627c9bd1 100644 --- a/lib/platform/gitea/index.ts +++ b/lib/platform/gitea/index.ts @@ -29,6 +29,7 @@ import { FindPRConfig, Issue, Platform, + PlatformParams, PlatformResult, Pr, RepoParams, @@ -186,7 +187,7 @@ const platform: Platform = { async initPlatform({ endpoint, token, - }: GiteaRenovateConfig): Promise<PlatformResult> { + }: PlatformParams): Promise<PlatformResult> { if (!token) { throw new Error('Init: You must configure a Gitea personal access token'); }