Skip to content

Commit f4e9f52

Browse files
celiasclaude
andcommitted
chore: add TODO comment for DATABASE_URL secret (GAB-22)
References GAB-22 — placeholder should be swapped for ${{ secrets.DATABASE_URL }} when integration tests land. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7df2c6e commit f4e9f52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- run: npm ci
1818
- run: npx prisma generate
1919
env:
20+
# TODO: replace with ${{ secrets.DATABASE_URL }} when integration tests land
2021
DATABASE_URL: postgresql://placeholder:placeholder@localhost/placeholder
2122
- run: npm run lint
2223
- run: npm run format:check

0 commit comments

Comments
 (0)