Skip to content

Commit

Permalink
Add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Nov 4, 2023
1 parent 7f28d2e commit 2e3336b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:

- run: bunx supabase start
working-directory: ./packages/supabase/supabase-app
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
PROJECT_ID: ${{ secrets.SUPABASE_PROJECT_ID }}

- name: Test
run: bun run test-recursive
Expand Down

0 comments on commit 2e3336b

Please sign in to comment.