Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Make pinecone secrets accessible to integration tests #1865

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
5 checks passed
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