Fix database

This commit is contained in:
Deep 2025-09-22 03:32:39 +05:30
parent 8c82a296c4
commit 892fbf3e29

View file

@ -39,6 +39,9 @@ jobs:
cargo install worker-build
fi
- name: Replace D1_DATABASE_ID in wrangler.toml
run: sed -i "s/\${D1_DATABASE_ID}/${{ secrets.D1_DATABASE_ID }}/g" wrangler.toml
- uses: cloudflare/wrangler-action@v3
id: cf
env: