env property

String? env
getter/setter pair

Environment variable name to associate with the secret.

Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.

Implementation

core.String? env;