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-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ When a PR is opened or updated:
75
75
76
76
| Secret | Required | Description |
77
77
|---|---|---|
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. |
80
80
81
81
The review only runs on PRs that touch model files. Other PRs are ignored.
82
82
@@ -86,15 +86,7 @@ When a PR is opened or updated:
86
86
</Step>
87
87
</Steps>
88
88
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">
98
90
99
91
If your repository is connected to multiple Elementary environments, add `env-id` to specify which one to use:
100
92
@@ -110,7 +102,6 @@ When a PR is opened or updated:
110
102
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.
111
103
112
104
</Accordion>
113
-
</AccordionGroup>
114
105
115
106
### GitLab CI
116
107
@@ -126,9 +117,9 @@ When a PR is opened or updated:
126
117
127
118
| Variable | Masked | Required | Description |
128
119
|---|---|---|---|
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). |
132
123
133
124
To post the MR comment, the template uses one of two authentication methods:
0 commit comments