Commit 7c49019
fix(flagd): move secret check out of job-level if condition (#148)
The `secrets` context is not available in job-level `if:` conditions,
which caused every flagd CI run to fail with a workflow file error.
Use a separate check-secret job to evaluate secret availability and
pass the result via job outputs.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 66af25f commit 7c49019
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
58 | 66 | | |
59 | 67 | | |
60 | | - | |
61 | | - | |
| 68 | + | |
| 69 | + | |
62 | 70 | | |
63 | 71 | | |
64 | 72 | | |
| |||
0 commit comments