Skip to content

Commit 60a7517

Browse files
committed
wip
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 21ad740 commit 60a7517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ jobs:
134134
COMMIT: ${{ github.sha }}
135135
uses: anthropics/claude-code-action@v1
136136
with:
137-
anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
138-
github_token: ${{ secrets.GITHUB_TOKEN }} # Use direct token instead of GitHub App
137+
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
138+
github_token: ${{ secrets.GITHUB_TOKEN }}
139139
prompt: |
140140
# Fuzzer Crash Analysis and Reporting
141141

0 commit comments

Comments
 (0)