diff --git a/client/configuration_variable.go b/client/configuration_variable.go index 48313d7e..0e8d6e26 100644 --- a/client/configuration_variable.go +++ b/client/configuration_variable.go @@ -107,8 +107,7 @@ func (client *ApiClient) ConfigurationVariablesByScope(scope Scope, scopeId stri case scope == ScopeDeploymentLog: params["deploymentLogId"] = scopeId case scope == ScopeWorkflow: - params["environmentId"] = scopeId // temporary mitigation - scope = ScopeEnvironment // temporary mitigation + params["environmentId"] = scopeId params["workflowEnvironmentId"] = scopeId } err = client.http.Get("/configuration", params, &result)