We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe0bbc2 + 34b61d7 commit f9c9685Copy full SHA for f9c9685
1 file changed
.github/make.sh
@@ -202,7 +202,7 @@ if [[ "$CMD" == "codegen" ]]; then
202
--rm -v $repo:/code/elasticsearch-php \
203
$product \
204
/bin/bash -x -c "cd /code && mkdir codegen && \
205
- git clone https://$CLIENTS_GITHUB_TOKEN@github.com/elastic/elastic-client-generator-php.git && \
+ git clone https://x-access-token:$CLIENTS_GITHUB_TOKEN@github.com/elastic/elastic-client-generator-php.git && \
206
cd /code/elastic-client-generator-php && composer install && \
207
bin/elasticsearch9.php $ES_VERSION $BRANCH /code/codegen config/elasticsearch9.json && \
208
cp /code/codegen/Elastic/Elasticsearch/Endpoints/* /code/elasticsearch-php/src/Endpoints/ && \
0 commit comments