Skip to content

Commit c8d2c06

Browse files
committed
more docs clarification
1 parent 40c805b commit c8d2c06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ Using scm-engine within a GitLab CI pipeline is straight forward.
122122
1. Add a `.scm-engine.yml` file in the root of your project.
123123
1. Create a [CI/CD Variable](https://docs.gitlab.com/ee/ci/variables/#for-a-group)
124124
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.
126128
1. `Mask` **should** be checked.
127129
1. `Protected` **should NOT** be checked.
128130
1. `Expand variable reference` **should NOT** be checked.

0 commit comments

Comments
 (0)