Skip to content

Commit

Permalink
added openai api key back
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed Dec 21, 2023
1 parent 6b442f8 commit 0d1d0f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Build with JDK ${{ matrix.java_version }}
run: mvn -U -B deploy
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

Expand Down

0 comments on commit 0d1d0f2

Please sign in to comment.