From 50a99f11d5b6e8ffd34edf8a57306f97fc253190 Mon Sep 17 00:00:00 2001 From: Peiman Jafari Date: Tue, 15 Mar 2022 21:20:11 -0700 Subject: [PATCH] update API reports Signed-off-by: Peiman Jafari --- plugins/scaffolder-backend/api-report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index c394869c75..d454fe2e7b 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -140,7 +140,6 @@ export function createGithubActionsDispatchAction(options: { // @public export function createGithubIssuesLabelAction(options: { integrations: ScmIntegrationRegistry; - defaultWebhookSecret?: string; githubCredentialsProvider?: GithubCredentialsProvider; }): TemplateAction<{ repoUrl: string;