Skip to main content

GithubAppConfig

Home > @backstage/integration > GithubAppConfig

The configuration parameters for authenticating a GitHub Application.

Signature:

export type GithubAppConfig = {
appId: number;
privateKey: string;
webhookSecret: string;
clientId: string;
clientSecret: string;
allowedInstallationOwners?: string[];
};

Remarks

A GitHub Apps configuration can be generated using the backstage-cli create-github-app command.