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 bf9f7c8 + 5337e75 commit ec3ba66Copy full SHA for ec3ba66
1 file changed
.github/make.sh
@@ -193,7 +193,7 @@ if [[ "$CMD" == "codegen" ]]; then
193
--rm -v $repo:/code/elasticsearch-php \
194
$product \
195
/bin/bash -x -c "cd /code && mkdir codegen && \
196
- 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 && \
197
cd /code/elastic-client-generator-php && composer install && \
198
bin/elasticsearch9.php $ES_VERSION $BRANCH /code/codegen config/elasticsearch9.json && \
199
find /code/elasticsearch-php/src/Endpoints/ -name "*.php" -not -name AbstractEndpoint.php -exec rm {} \;
0 commit comments