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 . |
YAML example for Generate variables
actions:
- action: "Generate variables from an integration"
type: "INTEGRATION_VARIABLES"
integration_hash: "5ddb7c180fb38be67bd78a88a"
Last modified on April 26, 2022