We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DATABASE_TOKEN
1 parent c8300bc commit 92d8532Copy full SHA for 92d8532
.github/workflows/check.yml
@@ -33,4 +33,5 @@ jobs:
33
run: pnpm run check
34
env:
35
DATABASE_URL: file:test.db
36
+ DATABASE_TOKEN: dummy-key
37
VOYAGE_API_KEY: dummy-key
.github/workflows/lint.yml
@@ -34,3 +34,4 @@ jobs:
.github/workflows/test.yml
@@ -34,9 +34,11 @@ jobs:
38
39
- name: Run tests
40
run: pnpm run test
41
42
43
44
0 commit comments