drizzle kit CI Github action
Hey guys, I am trying to automate migrations: I got this Github Action:
drizzle tells me:
No config path provided, using default 'drizzle.config.ts'
Reading config file '/home/runner/work/code/code/packages/database/drizzle.config.ts'
Error Please provide required params for Postgres driver:
[x] url: ''
obviously, the secret is provided. I am working in a monorepo. what could be the problem?
0 Replies