algolia / algoliasearch-client-php

⚡️ A fully-featured and blazing-fast PHP API client to interact with Algolia.
https://www.algolia.com/doc/api-client/php/getting-started/
MIT License
672 stars 116 forks source link

fix(CI): use correct env variables for forks #657

Closed DevinCodes closed 3 years ago

DevinCodes commented 3 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue
Need Doc update no

Describe your change

This updates the env variables we use before running the API key dealer.

What problem is this fixing?

The current variables in use are not set by CirlceCI, which will result in failing tests for PRs from forked repositories. This is the same error as fixed in https://github.com/algolia/scout-extended/pull/258.