Skip to content

Commit

Permalink
Repository cache s3 works only if RENOVATE_X_REPO_CACHE_FORCE_LOCAL=t…
Browse files Browse the repository at this point in the history
…rue (#563)

* repository cache s3 works only if RENOVATE_X_REPO_CACHE_FORCE_LOCAL=true

* Update reporting-apis.md
  • Loading branch information
PhilipAbed authored Aug 26, 2024
1 parent 3c783ee commit d069c23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reporting-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ To enable data collection for the `Repo pull requests` API:

> [!NOTE]
> The `Repo pull request` API only works with GitHub repositories.
> The `Repo pull request` API will work with S3 repository cache only if you set `RENOVATE_X_REPO_CACHE_FORCE_LOCAL` on the Renovate EE Worker containers.
## Reporting API URLs

Expand Down Expand Up @@ -558,4 +559,4 @@ Pagination is not supported. Results are sorted with most recently updated first
"link": "https://github.com/my-org/demo-repo-2/pull/2"
}
]
```
```

0 comments on commit d069c23

Please sign in to comment.