Represents the ability to build forks of the selected repository.

interface Forks {
    allowFullAccessToken?: boolean;
    allowSecrets?: boolean;
    enabled?: boolean;
}

Properties

allowFullAccessToken?: boolean

Indicates whether a build should allow a full access token or scope it down when building forks of the selected repository.

allowSecrets?: boolean

Indicates whether a build should use secrets when building forks of the selected repository.

enabled?: boolean

Indicates whether the trigger should queue builds for forks of the selected repository.