@@ -42,35 +42,21 @@ jobs:
4242 '- Provides a unique URL to preview your changes',
4343 '- Shows build and deployment progress in real-time',
4444 '',
45- '**Required Environment Variables:**',
46- '- `CPLN_TOKEN`: Control Plane authentication token',
47- '- `CPLN_ORG`: Control Plane organization name',
48- '',
49- '**Optional Configuration:**',
50- '- `WAIT_TIMEOUT`: Deployment timeout in seconds (default: 900)',
51- ' - Must be a positive integer',
52- ' - Can be set in GitHub Actions variables',
53- ' - Applies to both deployment and workload readiness checks',
54- '',
5545 '### `/delete-review-app`',
5646 'Deletes the review app associated with this PR.',
5747 '- Removes all resources from Control Plane',
5848 '- Helpful for cleaning up when you\'re done testing',
5949 '- Can be re-deployed later using `/deploy-review-app`',
6050 '',
61- '**Required Environment Variables:**',
62- '- `CPLN_TOKEN`: Control Plane authentication token',
63- '- `CPLN_ORG`: Control Plane organization name',
64- '',
6551 '### `/help`',
6652 'Shows this detailed help message.',
6753 '',
6854 '---',
6955 '## Environment Setup',
7056 '',
7157 '1. Set required secrets in your repository settings:',
72- ' - `CPLN_TOKEN `',
73- ' - `CPLN_ORG `',
58+ ' - `CPLN_TOKEN_STAGING `',
59+ ' - `CPLN_ORG_STAGING `',
7460 '',
7561 '2. Optional: Configure `WAIT_TIMEOUT` in GitHub Actions variables to customize deployment timeout',
7662 '',
0 commit comments