We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b99b46 commit 025eb61Copy full SHA for 025eb61
.github/workflows/main.yml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
DATABASE_URL: sqlite:///./test.db
12
- X_TOKEN: 1234
+ X_TOKEN: 1234 # Since this is a local test, we can use a dummy token
13
14
jobs:
15
# quality:
0 commit comments