Open
Description
Describe the bug
When you deploy a NuxtHub project that uses a D1 database using GitHub actions, the action always fails, saying "Missing Cloudflare DB Binding (D1)." When you test the same code locally, it works just fine.
Steps to reproduce
Steps to reproduce the behavior:
- Create a fresh Nuxt project, and deploy it using NuxtHub, with
database: true
, using GitHub actions - Push some new code to GitHub that uses the hubDatabase function
- The action will fail with error "Missing Cloudflare DB binding (D1)"
Expected behavior
The GitHub action will succeed, and the code will be successfully deployed.