Skip to content

Commit 2b77842

Browse files
committed
update docs
1 parent 14ab40c commit 2b77842

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,12 @@ go install github.com/jippi/scm-engine/cmd@latest
120120
Using scm-engine within a GitLab CI pipeline is straight forward.
121121

122122
1. Add a `.scm-engine.yml` file in the root of your project.
123-
1. Create a [CI/CD Variable](https://docs.gitlab.com/ee/ci/variables/#for-a-group) named `SCM_ENGINE_TOKEN` with a value containing a [Project Access Token](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html) with `api` scope.
123+
1. Create a [CI/CD Variable](https://docs.gitlab.com/ee/ci/variables/#for-a-group)
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.
126+
1. `Mask` **should** be checked.
127+
1. `Protected` **should NOT** be checked.
128+
1. `Expand variable reference` **should NOT** be checked.
124129
1. Setup a CI job using the `scm-engine` Docker image that will run when a pipeline is created from a Merge Request Event.
125130

126131
```yaml

0 commit comments

Comments
 (0)