From c2ba6f76a95d60e5944e613aec46e214698e77b9 Mon Sep 17 00:00:00 2001 From: Joost Boonzajer Flaes Date: Wed, 15 Apr 2026 08:57:13 +0200 Subject: [PATCH] docs: add ELEMENTARY_ENV_ID to secrets tables, clarify optional fields --- docs/cloud/features/ci.mdx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/cloud/features/ci.mdx b/docs/cloud/features/ci.mdx index 2a27ba44c..b652a5618 100644 --- a/docs/cloud/features/ci.mdx +++ b/docs/cloud/features/ci.mdx @@ -73,9 +73,10 @@ When a PR is opened or updated: Go to **Settings > Secrets and variables > Actions** in your GitHub repository and add: - | Secret | Description | - |---|---| - | `ELEMENTARY_API_KEY` | Your Elementary Cloud API key | + | Secret | Required | Description | + |---|---|---| + | `ELEMENTARY_API_KEY` | Yes | Your Elementary Cloud API key | + | `ELEMENTARY_ENV_ID` | No | Your Elementary environment ID. Only needed when the repository is connected to multiple environments. | The review only runs on PRs that touch model files. Other PRs are ignored. @@ -123,10 +124,11 @@ When a PR is opened or updated: Go to **Settings > CI/CD > Variables** and add: - | Variable | Masked | Description | - |---|---|---| - | `ELEMENTARY_API_KEY` | Yes | Your Elementary Cloud API key | - | `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. | + | Variable | Masked | Required | Description | + |---|---|---|---| + | `ELEMENTARY_API_KEY` | Yes | Yes | Your Elementary Cloud API key | + | `ELEMENTARY_ENV_ID` | Yes | No | Your Elementary environment ID. Only needed when the repository is connected to multiple environments. | + | `GITLAB_API_TOKEN` | Yes | No | Project Access Token with `api` scope. Only needed if you cannot enable CI/CD job token access (see below). | To post the MR comment, the template uses one of two authentication methods: