Revert "Add Install Passport step"

This reverts commit ef95ede833.
This commit is contained in:
Marcus Moore 2024-05-23 12:45:38 -07:00
parent ef95ede833
commit a130033480
No known key found for this signature in database

View file

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