Skip to content

Commit 01a04ab

Browse files
committed
test: add google maps api key
1 parent 96769e5 commit 01a04ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/tests/python/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
description: "The Pinecone environment"
2828
required: true
2929
type: string
30-
google-api-key:
30+
google-maps-api-key:
3131
description: "Google Maps API key"
3232
required: true
3333
type: string
@@ -108,7 +108,7 @@ runs:
108108
OPENAI_API_KEY: ${{ inputs.openai-api-key }}
109109
PINECONE_API_KEY: ${{ inputs.pinecone-api-key }}
110110
PINECONE_ENVIRONMENT: ${{ inputs.pinecone-environment }}
111-
GOOGLE_MAPS_API_KEY: ${{ inputs.google-api-key }}
111+
GOOGLE_MAPS_API_KEY: ${{ inputs.google-maps-api-key }}
112112

113113
- name: Run Python unit tests
114114
shell: bash

.github/workflows/testsPython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: ./.github/actions/tests/python
3939
with:
4040
python-version: "${{ env.python-version}}"
41-
google-api-key: "${{ secrets.GOOGLE_API_KEY }}"
41+
google-maps-api-key: "${{ secrets.GOOGLE_MAPS_API_KEY }}"
4242
openai-api-organization: "${{ secrets.OPENAI_API_ORGANIZATION }}"
4343
openai-api-key: "${{ secrets.OPENAI_API_KEY }}"
4444
pinecone-api-key: "${{ secrets.PINECONE_API_KEY }}"

0 commit comments

Comments
 (0)