Updates that need to be applied.

interface Updates {
    secrets?: unknown[];
    variables?: unknown[];
}

Properties

Properties

secrets?: unknown[]

Array of secrets that need applying

variables?: unknown[]

Array of variables that need applying