From 2df1d13b05c0f4398b08cb57a0ae1edf1798fd68 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Wed, 2 Apr 2025 22:27:41 -0700 Subject: [PATCH] fix(ci): fix envvar name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3896b29923..af8beb7899 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,5 +72,5 @@ jobs: - name: Apply migrations working-directory: ./sim env: - POSTGRES_URL: ${{ secrets.DATABASE_URL }} + DATABASE_URL: ${{ secrets.DATABASE_URL }} run: npx drizzle-kit push \ No newline at end of file