Skip to content

Commit

Permalink
Try mattzcarey's action
Browse files Browse the repository at this point in the history
Signed-off-by: cicdguy <[email protected]>
  • Loading branch information
cicdguy authored Nov 16, 2023
1 parent 24b2d7a commit 6bb540f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/code-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ jobs:
name: GPT Code Review 🤖
runs-on: ubuntu-latest
steps:
- name: Checkout Repo 🛎️
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: GPT Code Review 🤖
uses: microsoft/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.REPO_GITHUB_TOKEN }}"
OPENAI_API_KEY: "${{ secrets.OPENAI_API_KEY }}"
uses: mattzcarey/[email protected]
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-3.5-turbo'
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 6bb540f

Please sign in to comment.