feat: remove COMPOSER_AUTH requirement (#18)

This commit is contained in:
Damien Retzinger
2022-07-27 15:44:49 -04:00
committed by GitHub
parent d1cced897a
commit e92a242f0a
6 changed files with 3 additions and 7 deletions
@@ -39,5 +39,3 @@ jobs:
source_folder: $GITHUB_WORKSPACE/_test/demo-package
matrix: ${{ needs.compute_matrix.outputs.matrix }}
test_command: ../../../vendor/bin/phpunit ../../../vendor/graycore/magento2-demo-package/Test/Integration
secrets:
composer_auth: ${{ secrets.COMPOSER_AUTH }}