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