Skip to content

Commit 9b80cde

Browse files
committed
docs: lowercase secret names, remove api-url accordion
1 parent 5bdc069 commit 9b80cde

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

docs/cloud/features/ci.mdx

Lines changed: 6 additions & 15 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

@@ -110,7 +102,6 @@ When a PR is opened or updated:
110102
If you don't specify an `env-id` and the repository is connected to only one environment, it will be selected automatically. If connected to multiple, the review will return an error listing the available environment IDs.
111103

112104
</Accordion>
113-
</AccordionGroup>
114105

115106
### GitLab CI
116107

@@ -126,9 +117,9 @@ When a PR is opened or updated:
126117

127118
| Variable | Masked | Required | Description |
128119
|---|---|---|---|
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). |
120+
| `elementary_api_key` | Yes | Yes | Your Elementary Cloud API key |
121+
| `elementary_env_id` | Yes | No | Your Elementary environment ID. Only needed when the repository is connected to multiple environments. |
122+
| `gitlab_api_token` | Yes | No | Project Access Token with `api` scope. Only needed if you cannot enable CI/CD job token access (see below). |
132123

133124
To post the MR comment, the template uses one of two authentication methods:
134125

0 commit comments

Comments
 (0)