Skip to content

Commit

Permalink
Fix: apply a mitigation for worflowEnvironmentId removed (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber authored Apr 29, 2024
1 parent fc334a3 commit f2ba4dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/configuration_variable.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ func (client *ApiClient) ConfigurationVariablesByScope(scope Scope, scopeId stri
case scope == ScopeDeploymentLog:
params["deploymentLogId"] = scopeId
case scope == ScopeWorkflow:
params["environmentId"] = scopeId // temporary mitigation
params["workflowEnvironmentId"] = scopeId
}
err = client.http.Get("/configuration", params, &result)
Expand Down

0 comments on commit f2ba4dc

Please sign in to comment.