From cc6ea3e488ca3cfa966bfc0e149c3541e707f3c0 Mon Sep 17 00:00:00 2001 From: Johannes Velde <17915008+veldhaenchen@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:05:53 +0100 Subject: [PATCH] feat: (phpcs): *use yoast configuration --- .github/workflows/php-lint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/php-lint.yaml b/.github/workflows/php-lint.yaml index 5383b6d..9730258 100644 --- a/.github/workflows/php-lint.yaml +++ b/.github/workflows/php-lint.yaml @@ -61,6 +61,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} - uses: php-actions/composer@v6.1.2 + run: composer config http-basic.my.yoast.com token ${YOAST_COMPOSER_TOKEN} with: php_version: ${{inputs.COMPOSER_PHP_VERSION}} version: ${{inputs.COMPOSER_VERSION}}