Fix app_project_id_map_name
in GitHub App backend, not having a .json
extension
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
eeb21e9ddd
commit
467b9164de
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue