GithubCredentials
Home > @backstage/integration
> GithubCredentials
A set of credentials information for a GitHub integration.
Signature:
export type GithubCredentials = {
headers?: {
[name: string]: string;
};
token?: string;
type: GithubCredentialType;
};
References: GithubCredentialType