Skip to content

Commit 83450f6

Browse files
veksenclaude
andcommitted
docs: add SITE_API_ENDPOINT to CI setup instructions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ea3b169 commit 83450f6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ jobs:
130130
3. Run your test suite against the same database. You can do this with any tool
131131
and use any query builder or ORM you like.
132132
4. Run the analyzer. `GITHUB_TOKEN` is needed to post a comment to your PR
133-
reviewing the indexes found in your database.
134-
133+
reviewing the indexes found in your database. `SITE_API_ENDPOINT` is the
134+
Query Doctor API endpoint used to fetch per-repo configuration.
135135
```yaml
136136
jobs:
137137
run:
@@ -150,6 +150,7 @@ jobs:
150150
uses: query-doctor/analyzer@v0
151151
env:
152152
GITHUB_TOKEN: ${{ github.token }}
153+
SITE_API_ENDPOINT: https://api.querydoctor.com
153154
POSTGRES_URL: postgres://me@localhost/testing
154155
```
155156

0 commit comments

Comments
 (0)