We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3b169 commit 83450f6Copy full SHA for 83450f6
1 file changed
Readme.md
@@ -130,8 +130,8 @@ jobs:
130
3. Run your test suite against the same database. You can do this with any tool
131
and use any query builder or ORM you like.
132
4. Run the analyzer. `GITHUB_TOKEN` is needed to post a comment to your PR
133
- reviewing the indexes found in your database.
134
-
+ reviewing the indexes found in your database. `SITE_API_ENDPOINT` is the
+ Query Doctor API endpoint used to fetch per-repo configuration.
135
```yaml
136
jobs:
137
run:
@@ -150,6 +150,7 @@ jobs:
150
uses: query-doctor/analyzer@v0
151
env:
152
GITHUB_TOKEN: ${{ github.token }}
153
+ SITE_API_ENDPOINT: https://api.querydoctor.com
154
POSTGRES_URL: postgres://me@localhost/testing
155
```
156
0 commit comments