Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxhing committed Dec 7, 2023
1 parent df5d818 commit fc45e07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ jobs:

- name: Code Review
id: code-review
uses: ./
uses: dist/
timeout-minutes: 30
with:
GITHUB_TOKEN: ${{ secrets.GIT_HUB_API_KEY }}
SMART_CODER_API_URL: ${{ vars.SMART_CODER_API_URL }}
SMART_CODER_API_KEY: ${{ secrets.SMART_CODER_API_KEY }}
exclude: "yarn.lock,dist/**"


0 comments on commit fc45e07

Please sign in to comment.