diff --git a/.github/workflows/gemini-pr-review.yml b/.github/workflows/gemini-pr-review.yml index 12bbef5..f07002d 100644 --- a/.github/workflows/gemini-pr-review.yml +++ b/.github/workflows/gemini-pr-review.yml @@ -18,8 +18,8 @@ jobs: - name: Gemini AI Review uses: petarzarkov/gemini-code-review-action@latest # Using latest version tag - with: - gemini_api_key: ${{ secrets.GEMINI_API_KEY }} - github_token: ${{ secrets.GITHUB_TOKEN }} + env: + GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # You can add custom prompt instructions here if needed: # prompt: "You are a senior software engineer. Review this PR..."