Skip to content

Commit

Permalink
Update main.yaml to add Google AI Gemini API Key
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhas-Koheda authored Nov 18, 2024
1 parent 889aa2f commit db889db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
VOYAGE_API_KEY: ${{ secrets.VOYAGE_API_KEY }}
GOOGLE_AI_GEMINI_API_KEY: ${{secrets.GOOGLE_AI_GEMINI_API_KEY}}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

Expand All @@ -50,4 +51,4 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: License Compliance
run: mvn -U -P compliance org.honton.chas:license-maven-plugin:compliance
run: mvn -U -P compliance org.honton.chas:license-maven-plugin:compliance

0 comments on commit db889db

Please sign in to comment.