Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,17 @@ env:
- run: supabase db push
```

Use Supabase env vars to run your application:

```yaml
steps:
- uses: supabase/setup-cli@v1
- run: supabase start
- name: Export env vars
# Customize the variable names if necessary for your .env file
run: supabase status -o env --override-name api.url=SUPABASE_URL --override-name auth.service_role_key=SUPABASE_SERVICE_ROLE_KEY >> .env
```

## Develop

After you've cloned the repository to your local machine or codespace, you'll
Expand Down
Loading