Backstage
    Preparing search index...
    • Helper for generating octokit configuration options. If no token is provided, it will attempt to get a token from the credentials provider.

      Parameters

      • options: {
            credentialsProvider?: GithubCredentialsProvider;
            host: string;
            integrations: ScmIntegrationRegistry;
            owner?: string;
            repo?: string;
            requireScmUserCredentials?: boolean;
            token?: string;
        }

      Returns Promise<OctokitOptions>

    • Helper for generating octokit configuration options for given repoUrl. If no token is provided, it will attempt to get a token from the credentials provider.

      Parameters

      Returns Promise<OctokitOptions>

      Use options host, owner and repo instead of repoUrl.