Package version:

Interface GithubActionConfiguration

Configuration properties that define the mutable settings of a Container App SourceControl

interface GithubActionConfiguration {
    azureCredentials?: AzureCredentials;
    contextPath?: string;
    githubPersonalAccessToken?: string;
    image?: string;
    os?: string;
    publishType?: string;
    registryInfo?: RegistryInfo;
    runtimeStack?: string;
    runtimeVersion?: string;
}

Properties

azureCredentials?: AzureCredentials

AzureCredentials configurations.

contextPath?: string

Context path

githubPersonalAccessToken?: string

One time Github PAT to configure github environment

image?: string

Image name

os?: string

Operation system

publishType?: string

Code or Image

registryInfo?: RegistryInfo

Registry configurations.

runtimeStack?: string

Runtime stack

runtimeVersion?: string

Runtime version