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 524f095 commit 0d88548Copy full SHA for 0d88548
.github/workflows/phpstan.yml
@@ -15,6 +15,9 @@ jobs:
15
php-version: '8.4'
16
coverage: none
17
18
+ - name: Apply Nova license
19
+ run: composer config http-basic.nova.laravel.com ${{ secrets.NOVA_USERNAME }} ${{ secrets.NOVA_LICENSE_KEY }}
20
+
21
- name: Install composer dependencies
22
uses: ramsey/composer-install@v3
23
0 commit comments