Skip to content

Commit

Permalink
make workflow read the api key
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Dec 19, 2023
1 parent f5c5028 commit 89ca25c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pinecone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ concurrency:
env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}

jobs:
run:
Expand Down

0 comments on commit 89ca25c

Please sign in to comment.