Skip to content

Commit 429539a

Browse files
authored
Merge pull request #1609 from elastic/backport/pr-1605-to-9.2
[Backport 9.2] ci: add x-access-token user to make.sh script
2 parents df8fe67 + 5685404 commit 429539a

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)