Skip to content

Commit

Permalink
add PINECONE_ENVIRONMENT secret back to example app CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Oct 26, 2023
1 parent eb36f2b commit 9cf75a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
env:
CI: true
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
PINECONE_ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }}
PINECONE_INDEX: 'semantic-search'
shell: bash
run: |
Expand Down

0 comments on commit 9cf75a5

Please sign in to comment.