Skip to content

Commit 51ba7db

Browse files
committed
Allow Claude to read GitHub Actions CI results
Add additional_permissions for actions:read so Claude's MCP server can access workflow runs and job logs to help debug CI failures. https://claude.ai/code/session_01BR4nrqzgpFAMjFJBkmrryy
1 parent 48f4ae2 commit 51ba7db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/claude-pr-reactions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ jobs:
4848
github_token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
4949
trigger_phrase: "@phpstan-bot"
5050
claude_args: "--model claude-opus-4-6 --max-turns 50"
51+
additional_permissions: |
52+
actions: read

0 commit comments

Comments
 (0)