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 9ea0e65 commit 3cd9926Copy full SHA for 3cd9926
1 file changed
.github/workflows/Claude.yml
@@ -15,8 +15,8 @@ jobs:
15
contents: write
16
issues: write
17
pull-requests: write
18
- id-token: write
19
steps:
20
- uses: anthropics/claude-code-action@beta
21
with:
22
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments