We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8cc35 commit 838fee9Copy full SHA for 838fee9
1 file changed
.github/workflows/psalm.yml
@@ -27,7 +27,9 @@ jobs:
27
key: composer-${{ hashFiles('composer.lock') }}
28
29
- name: Run composer install
30
- run: composer install -n --prefer-dist
+ run: |
31
+ composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_4_LICENSE_KEY }}"
32
+ composer install -n --prefer-dist
33
34
- name: Run Psalm
35
run: ./vendor/bin/psalm --shepherd
0 commit comments