From 9f04067a6a6373be537869cbea7b343d27d06284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 12 Jun 2024 07:58:34 +0200 Subject: [PATCH] bust cache after adding installation_id --- buildbot_nix/github_projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_nix/github_projects.py b/buildbot_nix/github_projects.py index b58d40f..6418500 100644 --- a/buildbot_nix/github_projects.py +++ b/buildbot_nix/github_projects.py @@ -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"