Skip to content

Commit

Permalink
added ossrh credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
LangChain4j committed Dec 21, 2023
1 parent 7c195d1 commit 6b442f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ jobs:
java-version: ${{ matrix.java_version }}
distribution: 'temurin'
cache: 'maven'
server-id: ossrh
server-username: OSSRH_USERNAME
server-password: OSSRH_PASSWORD
- 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 }}

compliance:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6b442f8

Please sign in to comment.