Skip to content

Commit

Permalink
Add fake keys for supabaes to run
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloGracia committed Nov 11, 2024
1 parent 509c610 commit e0143ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
env:
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }}
SUPABASE_GOOGLE_AUTH_ID: 'fake'
SUPABASE_GOOGLE_AUTH_SECRET: 'fake'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e0143ed

Please sign in to comment.