Skip to content

Commit

Permalink
Fix workflow for nova
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgilles committed Aug 6, 2024
1 parent 7a33947 commit 68a49f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
key: composer-${{ hashFiles('composer.lock') }}

- name: Add Nova key
run: composer config http-basic.nova.laravel.com ${LARAVEL_NOVA_USERNAME} ${LARAVEL_NOVA_LICENSE_KEY}
run: composer config http-basic.nova.laravel.com $LARAVEL_NOVA_USERNAME $LARAVEL_NOVA_LICENSE_KEY

- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
Expand Down

0 comments on commit 68a49f3

Please sign in to comment.