Skip to content

Commit

Permalink
more docs clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed May 5, 2024
1 parent 40c805b commit c8d2c06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ Using scm-engine within a GitLab CI pipeline is straight forward.
1. Add a `.scm-engine.yml` file in the root of your project.
1. Create a [CI/CD Variable](https://docs.gitlab.com/ee/ci/variables/#for-a-group)
1. Name must be `SCM_ENGINE_TOKEN`
1. Value must a [Project Access Token](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html) with `api` scope.
1. Value must a [Project Access Token](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html)
1. With `api` scope.
1. With `developer` or `maintainer` role access so it can edit Merge Requests.
1. `Mask` **should** be checked.
1. `Protected` **should NOT** be checked.
1. `Expand variable reference` **should NOT** be checked.
Expand Down

0 comments on commit c8d2c06

Please sign in to comment.