Skip to content

Commit

Permalink
chore :fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nain93 committed May 26, 2024
1 parent 36a359c commit 71836f4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/crgpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ jobs:
with:
fetch-depth: 0

- name: Debug GitHub context
run: |
echo "apiKey=${{ secrets.OPENAI_API_KEY }}"
echo "apiKey=${{ secrets.GITHUB_TOKEN }}"
- name: Code Review GPT
uses: mattzcarey/[email protected]
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-4o'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 71836f4

Please sign in to comment.