diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 12e5afb6c..e26aaee00 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -25,6 +25,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: "${{ matrix.php }}" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Discover composer cache directory id: composer-cache @@ -55,4 +57,4 @@ jobs: - name: run acceptance tests run: make acceptance - working-directory: php \ No newline at end of file + working-directory: php