Skip to content

Commit 5f54698

Browse files
Copilotkimocoder
andauthored
Use != null for ANTHROPIC_API_KEY secret check
Agent-Logs-Url: https://github.com/kimocoder/wifite2/sessions/4e63d543-3435-4adb-b9ba-eb8180a3f78e Co-authored-by: kimocoder <4252297+kimocoder@users.noreply.github.com>
1 parent b9c3060 commit 5f54698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
claude:
11-
if: ${{ secrets.ANTHROPIC_API_KEY != '' && vars.CLAUDE_CODE_ENABLED != 'false' }}
11+
if: ${{ secrets.ANTHROPIC_API_KEY != null && vars.CLAUDE_CODE_ENABLED != 'false' }}
1212
runs-on: ubuntu-latest
1313
permissions:
1414
id-token: write

0 commit comments

Comments
 (0)