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: docs/cloud/features/ci.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,8 @@ If you don't specify an `env-id` and the repository is connected to only one env
122
122
123
123
**Step 1 -- Add the include to your `.gitlab-ci.yml`**
124
124
125
+
GitLab CI pipelines are configured via a `.gitlab-ci.yml` file in the root of your repository. Add the following `include` block to pull in the Elementary review template. If you already have a `.gitlab-ci.yml`, just add the `include` section to it.
| `ELEMENTARY_API_KEY` | Yes | Your Elementary Cloud API key |
137
-
| `GITLAB_API_TOKEN` | Yes | Optional. Project Access Token with `api` scope. Set this if you cannot enable CI/CD job token API access in project settings. |
136
+
| Variable | Masked | Required | Description |
137
+
|---|---|---|---|
138
+
| `ELEMENTARY_API_KEY` | Yes | Yes | Your Elementary Cloud API key |
139
+
| `GITLAB_API_TOKEN` | Yes | No | Project Access Token with `api` scope. Only needed if you cannot enable CI/CD job token access (see below). |
138
140
139
141
To post the MR comment, the template uses one of two authentication methods:
0 commit comments