Skip to content

Commit

Permalink
Change to vars
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson1000 committed Mar 7, 2024
1 parent ba2a82d commit 6da5711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-composer-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6da5711

Please sign in to comment.