We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
app_project_id_map_name
.json
1 parent eeb21e9 commit 467b916Copy full SHA for 467b916
buildbot_nix/github/auth/_type.py
@@ -19,5 +19,5 @@ class AuthTypeApp(AuthType):
19
app_installation_token_map_name: Path = Path(
20
"github-app-installation-token-map.json"
21
)
22
- 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")
23
app_jwt_token_name: Path = Path("github-app-jwt-token")
0 commit comments