Skip to content

Commit ae02188

Browse files
authored
Update gemini-pr-review.yml
1 parent d57c65b commit ae02188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gemini-pr-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: Get PR diff
2626
id: diff
27+
env:
28+
GH_TOKEN: ${{ github.token }}
2729
run: |
2830
gh pr diff ${{ github.event.pull_request.number }} > diff.txt
2931
echo "DIFF=$(cat diff.txt)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)