Skip to content

Commit 9c1a4f9

Browse files
committed
fix: grant
discussions:read to Claude review workflow
1 parent 70a1985 commit 9c1a4f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
pull-requests: write # Required to post review comments.
2222
issues: read # Required to read issue context via MCP tools.
2323
actions: read # Required to read workflow run context via MCP tools.
24+
discussions: read # Required to read discussion context via MCP tools.
2425
secrets:
2526
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)