Forcefully generate a new one
This commit is contained in:
parent
edda6f80b0
commit
56ae6c9765
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dusk.yml
vendored
2
.github/workflows/dusk.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Install Composer Dependencies
|
||||
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
||||
- name: Generate Application Key
|
||||
run: php artisan key:generate
|
||||
run: php artisan key:generate --force
|
||||
- name: Install NPM Dependencies
|
||||
run: yarn
|
||||
- name: Build Front End
|
||||
|
|
Loading…
Reference in a new issue