We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ad740 commit 60a7517Copy full SHA for 60a7517
.github/workflows/fuzz.yml
@@ -134,8 +134,8 @@ jobs:
134
COMMIT: ${{ github.sha }}
135
uses: anthropics/claude-code-action@v1
136
with:
137
- anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
138
- github_token: ${{ secrets.GITHUB_TOKEN }} # Use direct token instead of GitHub App
+ claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
139
prompt: |
140
# Fuzzer Crash Analysis and Reporting
141
0 commit comments