You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,20 @@ TODO
48
48
49
49
### GitLab-CI pipeline
50
50
51
-
1. Set a `SCM_ENGINE_TOKEN` pipeline secret with a [Project Access Token](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html) with `api` scope.
51
+
Using scm-engine within a GitLab CI pipeline is straight forward.
52
+
53
+
1. Add a `.scm-engine.yml` file in the root of your project.
54
+
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.
55
+
1. Setup a CI job using the `scm-engine` Docker image that will run when a pipeline is created from a Merge Request Event.
0 commit comments