Skip to content

Commit 9eaf0b8

Browse files
authored
Removed laravel key generation.
1 parent 2e276c8 commit 9eaf0b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/laravel.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
run: |
2020
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
2121
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
22-
- name: Generate key
23-
run: php artisan key:generate
2422
- name: Directory Permissions
2523
run: chmod -R 777 storage bootstrap/cache
2624
- name: Create Database

0 commit comments

Comments
 (0)