diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 675fbc8..6658135 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -33,6 +33,9 @@ jobs: - name: Activate Pest Composer Plugin run: composer config --no-plugins allow-plugins.pestphp/pest-plugin true + - name: Composer Authentication + run: composer config github-oauth.github.com ${{ secrets.PRIVATE_PACKAGE_ACCESS_TOKEN }} + - name: Install dependencies run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction diff --git a/composer.json b/composer.json index 8d415c4..bbec371 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,12 @@ "role": "Developer" } ], + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/tenancy-for-laravel/v4" + } + ], "require": { "php": "^8.0", "aws/aws-sdk-php": "~3.0",