@runloop/api-client - v1.4.0
    Preparing search index...

    Interface RepositoryCreateParams

    interface RepositoryCreateParams {
        name: string;
        owner: string;
        blueprint_id?: string | null;
        github_auth_token?: string | null;
    }
    Index

    Properties

    name: string

    Name of the repository.

    owner: string

    Account owner of the repository.

    blueprint_id?: string | null

    ID of blueprint to use as base for resulting RepositoryVersion blueprint.

    github_auth_token?: string | null

    GitHub authentication token for accessing private repositories.