@@ -38,37 +38,28 @@ jobs:
38
38
'- Provides a unique URL to preview your changes',
39
39
'- Shows build and deployment progress in real-time',
40
40
'',
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
- '',
51
41
'### `/delete-review-app`',
52
42
'Deletes the review app associated with this PR.',
53
43
'- Removes all resources from Control Plane',
54
44
'- Helpful for cleaning up when you\'re done testing',
55
45
'- Can be re-deployed later using `/deploy`',
56
46
'',
57
- '**Required Environment Variables:**',
58
- '- `CPLN_TOKEN`: Control Plane authentication token',
59
- '- `CPLN_ORG`: Control Plane organization name',
60
- '',
61
47
'### `/help`',
62
48
'Shows this help message explaining available commands and configuration.',
63
49
'',
64
50
'---',
65
51
'**Note:** These commands only work in pull request comments.',
66
52
'',
67
53
'**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',
72
63
].join('\n');
73
64
74
65
console.log('Issue number:', github.context.payload.issue.number);
0 commit comments