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
DO-1743: update CST endpoint format to use project key structure
Changed CST reporting to use correct endpoint format:
- Added cst-project-key input and CST_PROJECT_KEY workspace variable
- Constructs full URL as: {endpoint}/{project-key}/adobe-commerce
- Hardcoded adobe-commerce path as requested
- Updated documentation with new format and workspace variables section
- Added example using generic project key structure
- Set `CST_ENDPOINT` as a repository/organization variable
171
+
- Set `CST_ENDPOINT` as a repository/organization variable (base URL, e.g., `https://package.report.aligent.consulting`)
172
+
- Set `CST_PROJECT_KEY` as a repository/organization variable (your project identifier)
164
173
- Set `cst-reporting-token` as a repository/organization secret
165
174
- The workflow will automatically use these when available
166
175
167
176
2. **Input overrides (optional):**
168
-
- Use `cst-endpoint` input to override the workspace variable
177
+
- Use `cst-endpoint` input to override the workspace variable (base URL)
178
+
- Use `cst-project-key` input to override the workspace variable (project identifier)
169
179
- Use `cst-reporting-key` input to override the workspace secret
170
180
- Useful for testing or special deployments
171
181
172
-
CST reporting only runs when both endpoint and key are configured. If either is missing, the step is skipped with an informational message.
182
+
The workflow constructs the full CST URL as: `{endpoint}/{project-key}/adobe-commerce`
183
+
184
+
CST reporting only runs when endpoint, project key, and auth key are all configured. If any are missing, the step is skipped with an informational message.
0 commit comments