Skip to content

Commit 5040e2f

Browse files
committed
do not use github api, to avoid hitting the API limit when building 3 satellites in a row
1 parent 3ba51c0 commit 5040e2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PHP/ComposerInit.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ public function __toString(): string
1717
return (string) new Dockerfile\Run(sprintf(
1818
<<<'RUN'
1919
set -ex \
20-
&& composer init --no-interaction --name=%s && pwd
20+
&& composer init --no-interaction --name=%s \
21+
&& composer config use-github-api false
2122
RUN,
2223
$this->name
2324
));

0 commit comments

Comments
 (0)