From 9b2ef203153df2ea2cc942f65e8ab6d3665eee1b Mon Sep 17 00:00:00 2001 From: Rick Lambrechts Date: Fri, 17 Jan 2025 10:37:31 +0100 Subject: [PATCH] Remove unneeded composer and github token in CI (#22) Co-authored-by: Nick ten Cate --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5dcb1e..c4c5613 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