nexus-agents - v2.80.0
    Preparing search index...

    Interface CreateScmProviderConfig

    Configuration for creating an SCM provider.

    interface CreateScmProviderConfig {
        repo: string;
        platform?: ScmPlatform;
        token?: TokenResolverConfig;
    }
    Index

    Properties

    Properties

    repo: string

    Repository in owner/repo format

    platform?: ScmPlatform

    SCM platform (default: github)

    Token configuration (env vars checked automatically if omitted)