diff --git a/buildbot_nix/github/auth/_type.py b/buildbot_nix/github/auth/_type.py index abbff13..8c4c01b 100644 --- a/buildbot_nix/github/auth/_type.py +++ b/buildbot_nix/github/auth/_type.py @@ -19,5 +19,5 @@ class AuthTypeApp(AuthType): app_installation_token_map_name: Path = Path( "github-app-installation-token-map.json" ) - app_project_id_map_name: Path = Path("github-app-project-id-map-name") + app_project_id_map_name: Path = Path("github-app-project-id-map-name.json") app_jwt_token_name: Path = Path("github-app-jwt-token")