File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 10
10
pull_request_review :
11
11
types : [submitted]
12
12
13
- permissions :
14
- contents : read
15
-
16
13
jobs :
17
14
claude :
18
15
if : |
@@ -23,16 +20,18 @@ jobs:
23
20
runs-on : ubuntu-latest
24
21
permissions :
25
22
contents : read
23
+ pull-requests : read
24
+ issues : read
26
25
id-token : write
27
26
steps :
28
27
- name : Checkout repository
29
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
28
+ uses : actions/checkout@v4
30
29
with :
31
30
fetch-depth : 1
32
- persist-credentials : false
33
31
34
32
- name : Run Claude Code
35
33
id : claude
36
- uses : anthropics/claude-code-action@8e84799f37d42f24e0ebae41205346879bdcab5a # v0.0.7
34
+ uses : anthropics/claude-code-action@beta
37
35
with :
38
36
anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
37
+
You can’t perform that action at this time.
0 commit comments