Skip to content

Commit 467b916

Browse files
committed
Fix app_project_id_map_name in GitHub App backend, not having a .json extension
Signed-off-by: magic_rb <richard@brezak.sk>
1 parent eeb21e9 commit 467b916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot_nix/github/auth/_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ class AuthTypeApp(AuthType):
1919
app_installation_token_map_name: Path = Path(
2020
"github-app-installation-token-map.json"
2121
)
22-
app_project_id_map_name: Path = Path("github-app-project-id-map-name")
22+
app_project_id_map_name: Path = Path("github-app-project-id-map-name.json")
2323
app_jwt_token_name: Path = Path("github-app-jwt-token")

0 commit comments

Comments
 (0)