Backstage
    Preparing search index...
    • Creates new action that creates a webhook for a repository on GitHub.

      Parameters

      Returns TemplateAction<
          {
              active?: boolean;
              contentType?: "form"
              | "json";
              events?: string[] | "*"[];
              insecureSsl?: boolean;
              repoUrl: string;
              token?: string;
              webhookSecret?: string;
              webhookUrl: string;
          },
          { [key: string]: any },
          "v2",
      >