Skip to content

Commit

Permalink
add supabase to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Jun 18, 2024
1 parent 269820e commit b504098
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ on:
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_SUPABASE_URL: "postgresql://postgres:[email protected]:54322/postgres"
SUPABASE_SERVICE_ROLE_KEY: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImV4cCI6MTk4MzgxMjk5Nn0.EGIM96RAZx35lJzdJsyH-qQwv8Hdp7fsn3W0YpN81IU"

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: supabase/setup-cli@v1
- run: supabase init
- run: supabse db start

- name: Install dependencies
run: |
Expand Down

0 comments on commit b504098

Please sign in to comment.