Skip to content

Module Reference / @tinystacks/ops-core-widgets / GithubCredentialsProvider

Interface: GithubCredentialsProvider

@tinystacks/ops-core-widgets.GithubCredentialsProvider

Example

 GithubProvider:
     type: GithubCredentialsProvider
     credentials:
       token: personal-or-app-access-token

Hierarchy

GithubCredentialsProvider

Table of contents

Properties

Properties

credentials

credentials: GithubCredentials

Defined in

node_modules/@tinystacks/ops-core-widgets/dist/ops-types.d.ts:15


host

Optional host: string

The GitHub hostname to target. Set this for Github Enterprise.

Defined in

node_modules/@tinystacks/ops-core-widgets/dist/ops-types.d.ts:19


id

id: string

Inherited from

Provider.id

Defined in

node_modules/@tinystacks/ops-model/dist/models/Provider.d.ts:2


type

type: string

This describes the type of the provider

Inherited from

Provider.type

Defined in

node_modules/@tinystacks/ops-model/dist/models/Provider.d.ts:6