Skip to content

Commit 00f64a7

Browse files
committed
Update claude workflow perms
1 parent 95c8584 commit 00f64a7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/claude-auto-review.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
types: [opened]
66
workflow_dispatch:
77

8+
permissions:
9+
contents: read
10+
id-token: write
11+
pull-requests: read
12+
813
jobs:
914
auto-review:
1015
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@main

.github/workflows/claude.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ on:
1111
types: [submitted]
1212
workflow_dispatch:
1313

14+
permissions:
15+
contents: read
16+
id-token: write
17+
issues: write
18+
pull-requests: write
19+
1420
jobs:
1521
claude:
1622
if: |

0 commit comments

Comments
 (0)