Commit 5b640f1
feat: Add legacy GitHub secrets for backward compatibility with older nf-core tools (#163)
* feat: Add legacy GitHub secrets for backward compatibility with older nf-core tools
Add duplicate GitHub secrets/variables using legacy naming conventions:
- TOWER_WORKSPACE_ID (secret) - duplicates workspace variable
- TOWER_COMPUTE_ENV (secret) - points to CPU compute environment
- AWS_S3_BUCKET (variable) - hardcoded bucket name
These provide compatibility with nf-core tools v3.3.2 and earlier that expect
the old secret naming format, addressing secret masking issues.
Resolves: #162
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* build: Add .envrc for AWS Megatests
* refactor: improve IaC approach for compute environment management
- Replace hardcoded compute environment IDs with dynamic Tower CLI queries
- Fix 1Password field access using proper sections[0].fields pattern
- Update seqerakit configs to use on_exists: "ignore" for existing resources
- Add protection flags to GitHub secrets to prevent accidental deletion
- Remove import declarations to resolve resource replacement conflicts
This ensures true Infrastructure as Code without hardcoded values while
maintaining compatibility with existing compute environments that have
active jobs.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* fix: make GitHub variable values visible in Pulumi outputs
- Remove additional_secret_outputs from compute environment query commands
- Use pulumi.Output.unsecret() to expose variable values in exports
- Export actual variable values instead of variable names
- Fix variables showing as [secret] when they should display actual IDs
This ensures GitHub organization variables show their actual values in
Pulumi outputs for better visibility and debugging, while keeping secrets
properly masked.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>1 parent b8e7e0b commit 5b640f1
File tree
6 files changed
+132
-15
lines changed- pulumi/AWSMegatests
- seqerakit
6 files changed
+132
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
27 | 40 | | |
28 | 41 | | |
29 | 42 | | |
| |||
154 | 167 | | |
155 | 168 | | |
156 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
157 | 177 | | |
158 | 178 | | |
159 | 179 | | |
160 | 180 | | |
161 | 181 | | |
162 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
163 | 190 | | |
164 | 191 | | |
165 | 192 | | |
166 | 193 | | |
167 | | - | |
| 194 | + | |
| 195 | + | |
168 | 196 | | |
169 | 197 | | |
170 | 198 | | |
| |||
179 | 207 | | |
180 | 208 | | |
181 | 209 | | |
182 | | - | |
| 210 | + | |
| 211 | + | |
183 | 212 | | |
184 | 213 | | |
185 | 214 | | |
| |||
202 | 231 | | |
203 | 232 | | |
204 | 233 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
209 | 256 | | |
210 | 257 | | |
211 | 258 | | |
| |||
242 | 289 | | |
243 | 290 | | |
244 | 291 | | |
245 | | - | |
246 | 292 | | |
247 | 293 | | |
248 | 294 | | |
| |||
257 | 303 | | |
258 | 304 | | |
259 | 305 | | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
260 | 343 | | |
261 | 344 | | |
262 | 345 | | |
263 | 346 | | |
264 | 347 | | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
269 | 353 | | |
270 | 354 | | |
271 | 355 | | |
| 356 | + | |
| 357 | + | |
272 | 358 | | |
273 | 359 | | |
274 | 360 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
0 commit comments