Skip to content

Commit

Permalink
fix: added a config file for git guardian
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybatch committed Mar 12, 2024
1 parent a607d2b commit 1bbd75d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .gitguardian.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 2
secret:
ignored-paths:
.env.ghactions
tests/**
9 changes: 0 additions & 9 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,11 @@ jobs:
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Create DB
run: |
php artisan migrate
env:
APP_ENV: testing

- name: Generate key
run: php artisan key:generate
env:
APP_ENV: testing

- name: Passport install
run: php .docker/passport-install.php .

- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache

Expand Down

0 comments on commit 1bbd75d

Please sign in to comment.