@@ -38,37 +38,28 @@ jobs:
3838 '- Provides a unique URL to preview your changes',
3939 '- Shows build and deployment progress in real-time',
4040 '',
41- '**Required Environment Variables:**',
42- '- `CPLN_TOKEN`: Control Plane authentication token',
43- '- `CPLN_ORG`: Control Plane organization name',
44- '',
45- '**Optional Configuration:**',
46- '- `WAIT_TIMEOUT`: Deployment timeout in seconds (default: 900)',
47- ' - Must be a positive integer',
48- ' - Can be set in GitHub Actions variables',
49- ' - Applies to both deployment and workload readiness checks',
50- '',
5141 '### `/delete-review-app`',
5242 'Deletes the review app associated with this PR.',
5343 '- Removes all resources from Control Plane',
5444 '- Helpful for cleaning up when you\'re done testing',
5545 '- Can be re-deployed later using `/deploy`',
5646 '',
57- '**Required Environment Variables:**',
58- '- `CPLN_TOKEN`: Control Plane authentication token',
59- '- `CPLN_ORG`: Control Plane organization name',
60- '',
6147 '### `/help`',
6248 'Shows this help message explaining available commands and configuration.',
6349 '',
6450 '---',
6551 '**Note:** These commands only work in pull request comments.',
6652 '',
6753 '**Environment Setup:**',
68- '1. Set required secrets in your repository settings:',
69- ' - `CPLN_TOKEN`',
70- ' - `CPLN_ORG`',
71- '2. Optional: Configure `WAIT_TIMEOUT` in GitHub Actions variables to customize deployment timeout'
54+ '**Required Environment Variables:**',
55+ '- `CPLN_TOKEN_STAGING`: Control Plane authentication token',
56+ '- `CPLN_ORG_STAGING`: Control Plane organization name',
57+ '',
58+ '**Optional Configuration:**',
59+ '- `WAIT_TIMEOUT`: Deployment timeout in seconds (default: 900)',
60+ ' - Must be a positive integer',
61+ ' - Can be set in GitHub Actions variables',
62+ ' - Applies to both deployment and workload readiness checks',
7263 ].join('\n');
7364
7465 console.log('Issue number:', github.context.payload.issue.number);
0 commit comments