diff --git a/.github/workflows/php-composer-test.yml b/.github/workflows/php-composer-test.yml index 9bc9845c4..dedf5c30a 100644 --- a/.github/workflows/php-composer-test.yml +++ b/.github/workflows/php-composer-test.yml @@ -38,8 +38,8 @@ jobs: composer install --no-progress --prefer-dist --optimize-autoloader rm -f auth.json env: - COMPOSER_USER: ${{ var.COMPOSER_USER }} - COMPOSER_PASS: ${{ var.COMPOSER_PASS }} + COMPOSER_USER: ${{ vars.COMPOSER_USER }} + COMPOSER_PASS: ${{ vars.COMPOSER_PASS }} - name: "Run tests" run: make test