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 3532d58 commit 21ad740Copy full SHA for 21ad740
.github/workflows/fuzz.yml
@@ -134,7 +134,7 @@ jobs:
134
COMMIT: ${{ github.sha }}
135
uses: anthropics/claude-code-action@v1
136
with:
137
- anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
+ anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
138
github_token: ${{ secrets.GITHUB_TOKEN }} # Use direct token instead of GitHub App
139
prompt: |
140
# Fuzzer Crash Analysis and Reporting
0 commit comments