File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ inputs:
27
27
description : " The Pinecone environment"
28
28
required : true
29
29
type : string
30
- google-api-key :
30
+ google-maps- api-key :
31
31
description : " Google Maps API key"
32
32
required : true
33
33
type : string
@@ -108,7 +108,7 @@ runs:
108
108
OPENAI_API_KEY : ${{ inputs.openai-api-key }}
109
109
PINECONE_API_KEY : ${{ inputs.pinecone-api-key }}
110
110
PINECONE_ENVIRONMENT : ${{ inputs.pinecone-environment }}
111
- GOOGLE_MAPS_API_KEY : ${{ inputs.google-api-key }}
111
+ GOOGLE_MAPS_API_KEY : ${{ inputs.google-maps- api-key }}
112
112
113
113
- name : Run Python unit tests
114
114
shell : bash
Original file line number Diff line number Diff line change 38
38
uses : ./.github/actions/tests/python
39
39
with :
40
40
python-version : " ${{ env.python-version}}"
41
- google-api-key : " ${{ secrets.GOOGLE_API_KEY }}"
41
+ google-maps- api-key : " ${{ secrets.GOOGLE_MAPS_API_KEY }}"
42
42
openai-api-organization : " ${{ secrets.OPENAI_API_ORGANIZATION }}"
43
43
openai-api-key : " ${{ secrets.OPENAI_API_KEY }}"
44
44
pinecone-api-key : " ${{ secrets.PINECONE_API_KEY }}"
You can’t perform that action at this time.
0 commit comments