Skip to content

Commit f9c9685

Browse files
authored
Merge pull request #1610 from elastic/backport/pr-1605-to-9.3
[Backport 9.3] ci: add x-access-token user to make.sh script
2 parents fe0bbc2 + 34b61d7 commit f9c9685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ if [[ "$CMD" == "codegen" ]]; then
202202
--rm -v $repo:/code/elasticsearch-php \
203203
$product \
204204
/bin/bash -x -c "cd /code && mkdir codegen && \
205-
git clone https://$CLIENTS_GITHUB_TOKEN@github.com/elastic/elastic-client-generator-php.git && \
205+
git clone https://x-access-token:$CLIENTS_GITHUB_TOKEN@github.com/elastic/elastic-client-generator-php.git && \
206206
cd /code/elastic-client-generator-php && composer install && \
207207
bin/elasticsearch9.php $ES_VERSION $BRANCH /code/codegen config/elasticsearch9.json && \
208208
cp /code/codegen/Elastic/Elasticsearch/Endpoints/* /code/elasticsearch-php/src/Endpoints/ && \

0 commit comments

Comments
 (0)