Skip to content

Commit 9f04067

Browse files
committed
bust cache after adding installation_id
1 parent 30a49d4 commit 9f04067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot_nix/github_projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ class GithubConfig:
447447
buildbot_user: str
448448
oauth_secret_name: str = "github-oauth-secret"
449449
webhook_secret_name: str = "github-webhook-secret"
450-
project_cache_file: Path = Path("github-project-cache.json")
450+
project_cache_file: Path = Path("github-project-cache-v1.json")
451451
topic: str | None = "build-with-buildbot"
452452

453453

0 commit comments

Comments
 (0)