bust cache after adding installation_id

This commit is contained in:
Jörg Thalheim 2024-06-12 07:58:34 +02:00
parent 30a49d4e88
commit 9f04067a6a

View file

@ -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"