Skip to content

Commit 4f50b8d

Browse files
author
siquanlv
committed
ai review test
1 parent 3737d4e commit 4f50b8d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ai_code_review.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66

7-
permissions:
8-
contents: read
9-
pull-requests: write
10-
117
jobs:
128
AI-Review:
139
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
id-token: write
14+
secrets: inherit
1415

1516
steps:
1617
- name: ✅ Checkout PR code

0 commit comments

Comments
 (0)