Commit c8d2c06 1 parent 40c805b commit c8d2c06 Copy full SHA for c8d2c06
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,9 @@ Using scm-engine within a GitLab CI pipeline is straight forward.
122
122
1 . Add a ` .scm-engine.yml ` file in the root of your project.
123
123
1 . Create a [ CI/CD Variable] ( https://docs.gitlab.com/ee/ci/variables/#for-a-group )
124
124
1 . Name must be ` SCM_ENGINE_TOKEN `
125
- 1 . Value must a [ Project Access Token] ( https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html ) with ` api ` scope.
125
+ 1 . Value must a [ Project Access Token] ( https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html )
126
+ 1 . With ` api ` scope.
127
+ 1 . With ` developer ` or ` maintainer ` role access so it can edit Merge Requests.
126
128
1 . ` Mask ` ** should** be checked.
127
129
1 . ` Protected ` ** should NOT** be checked.
128
130
1 . ` Expand variable reference ` ** should NOT** be checked.
You can’t perform that action at this time.
0 commit comments