Skip to content

Commit 001ad59

Browse files
docs: update .env.example
1 parent 8584d4a commit 001ad59

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
# Required for remote Supabase projects (optional for local development)
55
SUPABASE_PROJECT_REF=your-project-ref # Your project reference from dashboard URL
66
SUPABASE_DB_PASSWORD=your-db-password # Database password for your project
7+
SUPABASE_REGION=us-east-1 # Region where your Supabase project is hosted
8+
79

810
# Optional configuration
9-
SUPABASE_REGION=us-east-1 # Region where your Supabase project is hosted (defaults to us-east-1)
1011
SUPABASE_ACCESS_TOKEN=your-personal-access-token # Required for Management API tools
1112
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key # Required for Auth Admin SDK tools

.github/workflows/docs/release-checklist.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Post-release
1919
## v0.3.12 - 2025-03-12
2020

2121
Pre-release
22-
1. Tests pass - []
23-
2. CI passes - []
24-
3. Build succeeds - []
25-
4. Documentation is up to date - []
26-
5. Changelog is up to date - []
27-
6. Tag and release on GitHub
28-
7. Release is published to PyPI
29-
8. Update dockerfile - []
30-
9. Update .env.example (if necessary) - []
22+
1. Tests pass - [X]
23+
2. CI passes - [X]
24+
3. Build succeeds - [X]
25+
4. Documentation is up to date - [X]
26+
5. Changelog is up to date - [X]
27+
6. Tag and release on GitHub - []
28+
7. Release is published to PyPI - []
29+
8. Update dockerfile - [X]
30+
9. Update .env.example (if necessary) - [X]
3131

3232
Post-release
3333
10. Clean install from PyPi works - []

0 commit comments

Comments
 (0)