Skip to content

Commit 0d88548

Browse files
committed
WIP
1 parent 524f095 commit 0d88548

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/phpstan.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
php-version: '8.4'
1616
coverage: none
1717

18+
- name: Apply Nova license
19+
run: composer config http-basic.nova.laravel.com ${{ secrets.NOVA_USERNAME }} ${{ secrets.NOVA_LICENSE_KEY }}
20+
1821
- name: Install composer dependencies
1922
uses: ramsey/composer-install@v3
2023

0 commit comments

Comments
 (0)