Generate variables with YAML

YAML parameters for Generate variables

NameTypeDescription
action RequiredStringThe ID of the action.
type RequiredStringThe type of the action. Must be set to INTEGRATION_VARIABLES.
integration RequiredStringDefines the hash ID of the integration from which the system generates variables. Supported integrations: AMAZON, GIT_HUB_API, DOCKER_HUB, DIGITAL_OCEAN.

YAML example for Generate variables

yaml
actions: - action: "Generate variables from an integration" type: "INTEGRATION_VARIABLES" integration: "my_integration"

Last modified on Sep 24, 2024