chore: api-reports needed updating for scaffolder bacend

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-26 17:55:16 +01:00
parent 72eccc0f5d
commit 0f264c4f84
+6 -1
View File
@@ -299,7 +299,12 @@ export class OctokitProvider {
githubCredentialsProvider?: GithubCredentialsProvider,
);
// Warning: (ae-forgotten-export) The symbol "OctokitIntegration" needs to be exported by the entry point index.d.ts
getOctokit(repoUrl: string): Promise<OctokitIntegration>;
getOctokit(
repoUrl: string,
options?: {
token?: string;
},
): Promise<OctokitIntegration>;
}
// @public