ci: add actions:read permission for CI status checks
The claude-code-action MCP server requires 'actions: read' to enable CI status check functionality. Without it, the server is skipped with a warning.
This commit is contained in:
parent
24ffa83bbf
commit
61c393e7ed
1 changed files with 1 additions and 0 deletions
1
.github/workflows/validate.yml
vendored
1
.github/workflows/validate.yml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
)
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
pull-requests: write
|
||||
issues: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue