We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57c65b commit ae02188Copy full SHA for ae02188
.github/workflows/gemini-pr-review.yml
@@ -24,6 +24,8 @@ jobs:
24
25
- name: Get PR diff
26
id: diff
27
+ env:
28
+ GH_TOKEN: ${{ github.token }}
29
run: |
30
gh pr diff ${{ github.event.pull_request.number }} > diff.txt
31
echo "DIFF=$(cat diff.txt)" >> $GITHUB_OUTPUT
0 commit comments