Skip to content

Commit

Permalink
Fix: apply a mitigation for worflowEnvironmentId removed
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Apr 29, 2024
1 parent fc334a3 commit 7454b4c
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 7454b4c

Please sign in to comment.