mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Fix a bug in GitHub Actions
This commit is contained in:
parent
8e42162b5e
commit
c31baa5aea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr-agent-review.yaml
vendored
4
.github/workflows/pr-agent-review.yaml
vendored
|
|
@ -21,8 +21,8 @@ jobs:
|
|||
id: pragent
|
||||
uses: Codium-ai/pr-agent@main
|
||||
env:
|
||||
OPENAI.KEY: ${{ secrets.OPENAI_KEY }}
|
||||
OPENAI.ORG: ${{ secrets.OPENAI_ORG }} # optional
|
||||
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
|
||||
OPENAI_ORG: ${{ secrets.OPENAI_ORG }} # optional
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PINECONE.API_KEY: ${{ secrets.PINECONE_API_KEY }}
|
||||
PINECONE.ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue