bust cache after adding installation_id
This commit is contained in:
parent
30a49d4e88
commit
9f04067a6a
|
@ -447,7 +447,7 @@ class GithubConfig:
|
|||
buildbot_user: str
|
||||
oauth_secret_name: str = "github-oauth-secret"
|
||||
webhook_secret_name: str = "github-webhook-secret"
|
||||
project_cache_file: Path = Path("github-project-cache.json")
|
||||
project_cache_file: Path = Path("github-project-cache-v1.json")
|
||||
topic: str | None = "build-with-buildbot"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue