Skip to content

Commit 3cd9926

Browse files
authored
Add GitHub token to Claude workflow
1 parent 9ea0e65 commit 3cd9926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
contents: write
1616
issues: write
1717
pull-requests: write
18-
id-token: write
1918
steps:
2019
- uses: anthropics/claude-code-action@beta
2120
with:
2221
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
22+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)