Add Install Passport step

This commit is contained in:
Marcus Moore 2024-05-23 12:32:34 -07:00
parent d06e5f25b0
commit ef95ede833
No known key found for this signature in database

View file

@ -49,6 +49,9 @@ jobs:
- name: Generate key
run: php artisan key:generate
- name: Install Passport
run: php artisan passport:install
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache