Skip to content

Commit

Permalink
ci(codium): added organization ID for api key (#21)
Browse files Browse the repository at this point in the history
* ci(codium): added organization ID for api key

* make secret for open AI org
  • Loading branch information
tonywu1999 authored Oct 31, 2024
1 parent b4692ab commit 7f7ed54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codium-pr-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
uses: Codium-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.MSSTATS_OPENAI_KEY }}
OPENAI_ORG: ${{ secrets.MSSTATS_OPENAI_ORG }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7f7ed54

Please sign in to comment.