You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2026. It is now read-only.
When trying to update a variable that exists multiple times an error is returned: GitLabApiClient.GitLabException: '{"message":"There are multiple variables with provided parameters. Please use 'filter[environment_scope]'"}'. This issue occurs even when the environmentScope is set like: await gitlabClient.Projects.UpdateVariableAsync(project.Id, new() { Key = rotation.AccessKeyIdVariableName, EnvironmentScope = rotation.Environment, Value = newKey.AccessKey.AccessKeyId });
When trying to update a variable that exists multiple times an error is returned:
GitLabApiClient.GitLabException: '{"message":"There are multiple variables with provided parameters. Please use 'filter[environment_scope]'"}'. This issue occurs even when the environmentScope is set like:await gitlabClient.Projects.UpdateVariableAsync(project.Id, new() { Key = rotation.AccessKeyIdVariableName, EnvironmentScope = rotation.Environment, Value = newKey.AccessKey.AccessKeyId });