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.
1 parent 567c287 commit d349d15Copy full SHA for d349d15
test/prod.sh
@@ -10,7 +10,7 @@ docker-compose run --rm ${PHP_SERVICE} php --version
10
docker-compose run --rm ${PHP_SERVICE} php -m | grep -i opcache
11
12
# check composer auth
13
-docker-compose run --rm ${PHP_SERVICE} sh -c '\
+docker-compose run -e GITHUB_API_TOKEN=abcd12345 --rm ${PHP_SERVICE} sh -c '\
14
composer && \
15
[ -f ~/.composer/auth.json ] || exit 1 \
16
'
0 commit comments