diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 8d4b103..af3a5ab 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -16,6 +16,13 @@ on: description: "Commit SHA to review (passed through from caller workflow_dispatch)." required: false type: string + secrets: + OPENAI_API_KEY: + required: true + AI_CODE_REVIEW_APP_ID: + required: false + AI_CODE_REVIEW_PRIVATE_KEY: + required: false pull_request: types: - opened