Generate variables with YAML
YAML parameters for Generate variables
Name | Type | Description |
---|---|---|
action Required | String | The ID of the action. |
type Required | String | The type of the action. Must be set to INTEGRATION_VARIABLES . |
integration Required | String | Defines 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
yamlactions: - action: "Generate variables from an integration" type: "INTEGRATION_VARIABLES" integration: "my_integration"
Last modified on Sep 24, 2024