Skip to content

Commit 2e2e216

Browse files
committed
more docs clarification
1 parent c8d2c06 commit 2e2e216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Using scm-engine within a GitLab CI pipeline is straight forward.
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`
125125
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+
1. Must have `api` scope.
127+
1. Must have `developer` or `maintainer` role access so it can edit Merge Requests.
128128
1. `Mask` **should** be checked.
129129
1. `Protected` **should NOT** be checked.
130130
1. `Expand variable reference` **should NOT** be checked.

0 commit comments

Comments
 (0)