From 21d5e8026a8a59c9dd3b21cf57e65527b3bc151f Mon Sep 17 00:00:00 2001 From: Rick Lambrechts Date: Thu, 16 Jan 2025 16:28:15 +0100 Subject: [PATCH] Remove unneeded composer and github token in CI --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8798fd6..82a8664 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,7 @@ jobs: with: php-version: ${{ env.PHP_VERSION }} extensions: xdebug, zip, pcov - env: - GITHUB_TOKEN: ${{ secrets.REPO_READONLY_TOKEN }} - name: 'Composer install' - env: - COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.REPO_READ_ONLY_TOKEN }}"}}' run: composer install --no-interaction --no-scripts --no-progress --prefer-dist --no-ansi - name: Static analysis with PHPStan run: composer phpstan