Commit 86dc324
fix: wire BUILD_IROH_SERVICES_API_KEY into bundle and release workflows
The diagnostics module reads BUILD_IROH_SERVICES_API_KEY via option_env!()
at compile time as a fallback when the runtime IROH_SERVICES_API_KEY isn't
set, but neither workflow exported the secret to the build env, so released
apps shipped without a key baked in and logged "Net diagnostics disabled:
IROH_SERVICES_API_KEY not set" on launch.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9a3196b commit 86dc324
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments