Skip to content

Commit 562644e

Browse files
committed
chore(circleci): authenticate composer into github
1 parent fc2f9f4 commit 562644e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ workflows:
1414
- test:
1515
name: test-php-7.2
1616
context:
17+
- github-credentials
1718
- dockerhub-credentials
1819
php: "7.2"
1920
phpunit: "7.5"
@@ -22,6 +23,7 @@ workflows:
2223
- test:
2324
name: test-php-8.1
2425
context:
26+
- github-credentials
2527
- dockerhub-credentials
2628
php: "8.1"
2729
phpunit: "9.5.10"
@@ -92,6 +94,7 @@ jobs:
9294
name: Install Dependencies
9395
command: |
9496
rm composer.lock
97+
composer config http-basic.github.com dadish ${GH_TOKEN}
9598
composer require phpunit/phpunit ^<<parameters.phpunit>> --dev
9699
composer update --with-all-dependencies
97100
composer install

0 commit comments

Comments
 (0)