Add github token for composer installs

This commit is contained in:
Deon George 2020-01-30 21:49:06 +11:00
parent b85aabe979
commit 6dd90b051c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ before_script:
- docker-php-ext-enable xdebug
# Install Composer and project dependencies.
- [ -n "$GITHUB_TOKEN" ] && cat $GITHUB_TOKEN |base64 -d > auth.json
- composer install
- composer require doctrine/dbal