Skip to content

Python: Make pinecone secrets accessible to integration tests#1865

Merged
dluc merged 4 commits intomicrosoft:mainfrom
awharrison-28:pyton/update_integrationtest_yml_with_pinecone_secrets
Jul 5, 2023
Merged

Python: Make pinecone secrets accessible to integration tests#1865
dluc merged 4 commits intomicrosoft:mainfrom
awharrison-28:pyton/update_integrationtest_yml_with_pinecone_secrets

Conversation

@awharrison-28
Copy link
Contributor

Motivation and Context

Makes the following secrets accessible to the python integration tests:

  • PINECONE__APIKEY
  • PINECONE__ENVIRONMENT

Description

Adds the following lines to the python-integration-tests.yaml workflow file.

          Pinecone__ApiKey: ${{ secrets.PINECONE__APIKEY }}
          Pinecone__Environment: ${{ secrets.PINECONE__ENVIRONMENT }}

Contribution Checklist

@awharrison-28 awharrison-28 changed the title add pinecone secrets to the integration tests action file Python: Make pinecone secrets accessible to integration tests Jul 5, 2023
@dluc dluc enabled auto-merge July 5, 2023 23:44
@dluc dluc added this pull request to the merge queue Jul 5, 2023
Merged via the queue into microsoft:main with commit 5b35b4b Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants