Skip to content

Commit

Permalink
Add Vectara secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedkadous committed Apr 1, 2024
1 parent 09c9d1f commit 8581c41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
KALEMAT_API_KEY: ${{ secrets.KALEMAT_API_KEY }}
VECTARA_AUTH_TOKEN: ${{ secrets.VECTARA_AUTH_TOKEN }}
VECTARA_CUSTOMER_ID: ${{ secrets.VECTARA_CUSTOMER_ID }}
VECTARA_CORPUS_ID: ${{ secrets.VECTARA_CORPUS_ID }}

container: python:3.10
services:
Expand Down

0 comments on commit 8581c41

Please sign in to comment.