Skip to content

Commit

Permalink
Try fixing COMPOSER_AUTH
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Mar 2, 2024
1 parent 0a50d5c commit 82121ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install composer dependencies
env:
COMPOSER_AUTH: >-
${{ toJSON({"github-oauth":{"github.com": github.token },"http-basic":{"nova.laravel.com":{"username": secrets.LARAVEL_NOVA_USERNAME, "password": secrets.LARAVEL_NOVA_PASSWORD}}}) }}
{"github-oauth":{"github.com":"${{ github.token }}"},"http-basic":{"nova.laravel.com":{"username":"${{ secrets.LARAVEL_NOVA_USERNAME }}","password":"${{ secrets.LARAVEL_NOVA_PASSWORD }}"}}}
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Run Psalm
run: ./vendor/bin/psalm
Expand Down

0 comments on commit 82121ce

Please sign in to comment.