Commit 3ffaa84
authored
Fix: Correct secrets access in reusable workflow (#3)
In reusable workflows (workflow_call), secrets need to be checked
with != '' syntax, not just using && boolean logic. Also removed
the unnecessary if condition on the Claude step since ANTHROPIC_API_KEY
is required.
Co-authored-by: jaysonv0341 <jaysonv0341@users.noreply.github.com>1 parent 72f36c6 commit 3ffaa84
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments