Skip to content

Commit 7016613

Browse files
committed
fix zizmor warning
1 parent 9647be2 commit 7016613

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/claude.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
(github.event.issue.pull_request || github.event_name == 'pull_request_review_comment')
3535
runs-on: ubuntu-latest
3636
permissions:
37-
contents: read
38-
pull-requests: write
39-
issues: write
40-
id-token: write
41-
actions: read
37+
contents: read # Checkout repository code and read files
38+
pull-requests: write # Post review comments and update PR status
39+
issues: write # Respond to @claude mentions in issue comments
40+
id-token: write # OIDC token for GitHub App token exchange
41+
actions: read # Read workflow run context for action inputs
4242
steps:
4343

4444
# ── Phase 1: Setup (full network) ──────────────────────────────────

0 commit comments

Comments
 (0)