Skip to content

Commit

Permalink
PINECONE_APIKEY to PINECONE_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Jun 24, 2024
1 parent 8d152d2 commit 3572a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Run tests
run: poetry run pytest
env:
PINECONE_APIKEY: ${{secrets.PINECONE_APIKEY}}
PINECONE_API_KEY: ${{secrets.PINECONE_API_KEY}}

0 comments on commit 3572a1d

Please sign in to comment.