Commit db9a0421 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'patch-45' into 'master'

Remove duplicate protected variable name in sample json

See merge request gitlab-org/gitlab!22074
parents 77350a46 a1f2691c
......@@ -86,7 +86,6 @@ curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitla
"value": "new value",
"protected": false,
"variable_type": "env_var",
"protected": false,
"masked": false,
"environment_scope": "*"
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment