We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3764ca commit 50d7606Copy full SHA for 50d7606
.github/workflows/laravel.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Install Dependencies
58
run: |
59
- composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
+ composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_LICENSE_KEY }}"
60
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
61
62
- name: Execute Integration and Feature tests via PHPUnit
0 commit comments