Skip to content

Commit 5d908df

Browse files
committed
docs: add ELEMENTARY_ENV_ID to secrets tables, clarify optional fields
1 parent 5bdc069 commit 5d908df

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

docs/cloud/features/ci.mdx

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ When a PR is opened or updated:
7575
7676
| Secret | Required | Description |
7777
|---|---|---|
78-
| `ELEMENTARY_API_KEY` | Yes | Your Elementary Cloud API key |
79-
| `ELEMENTARY_ENV_ID` | No | Your Elementary environment ID. Only needed when the repository is connected to multiple environments. |
78+
| `elementary_api_key` | Yes | Your Elementary Cloud API key |
79+
| `elementary_env_id` | No | Your Elementary environment ID. Only needed when the repository is connected to multiple environments. |
8080

8181
The review only runs on PRs that touch model files. Other PRs are ignored.
8282

@@ -86,15 +86,7 @@ When a PR is opened or updated:
8686
</Step>
8787
</Steps>
8888

89-
<AccordionGroup>
90-
<Accordion title="Optional: customize the action">
91-
92-
| Input | Default | Description |
93-
|---|---|---|
94-
| `elementary-api-url` | Elementary Cloud | Override the API URL. Only needed for self-hosted Elementary setups |
95-
96-
</Accordion>
97-
<Accordion title="Optional: specify environment">
89+
<Accordion title="Optional: specify environment">
9890

9991
If your repository is connected to multiple Elementary environments, add `env-id` to specify which one to use:
10092

@@ -126,9 +118,9 @@ When a PR is opened or updated:
126118

127119
| Variable | Masked | Required | Description |
128120
|---|---|---|---|
129-
| `ELEMENTARY_API_KEY` | Yes | Yes | Your Elementary Cloud API key |
130-
| `ELEMENTARY_ENV_ID` | Yes | No | Your Elementary environment ID. Only needed when the repository is connected to multiple environments. |
131-
| `GITLAB_API_TOKEN` | Yes | No | Project Access Token with `api` scope. Only needed if you cannot enable CI/CD job token access (see below). |
121+
| `elementary_api_key` | Yes | Yes | Your Elementary Cloud API key |
122+
| `elementary_env_id` | Yes | No | Your Elementary environment ID. Only needed when the repository is connected to multiple environments. |
123+
| `gitlab_api_token` | Yes | No | Project Access Token with `api` scope. Only needed if you cannot enable CI/CD job token access (see below). |
132124

133125
To post the MR comment, the template uses one of two authentication methods:
134126

0 commit comments

Comments
 (0)