Skip to content

Commit

Permalink
Add nova config in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode committed Aug 5, 2023
1 parent 407844a commit 4836152
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
php-version: '8.1'
coverage: none

- name: Add Nova configuration
run: composer config http-basic.nova.laravel.com ${NOVA_USERNAME} ${NOVA_LICENSE_KEY}

- name: Install composer dependencies
uses: ramsey/composer-install@v2

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
"php-http/discovery": true,
"pestphp/pest-plugin": true
}
},
"scripts": {
Expand Down

0 comments on commit 4836152

Please sign in to comment.