From 6da5711319757f3a1ec2862aaf7741cb02e48cfa Mon Sep 17 00:00:00 2001 From: Damien Wilson Date: Thu, 7 Mar 2024 09:50:32 +0000 Subject: [PATCH] Change to vars --- .github/workflows/php-composer-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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