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.
1 parent 8664657 commit 4357604Copy full SHA for 4357604
buildbot_nix/github_projects.py
@@ -390,7 +390,7 @@ def get_general_token(self) -> RepoToken:
390
return self.jwt_token
391
392
def get_repo_token(self, repo: dict[str, Any]) -> RepoToken:
393
- assert "installation_id" in repo
+ assert "installation_id" in repo, f"Missing installation_id in {repo}"
394
return self.installation_tokens[repo["installation_id"]]
395
396
def create_secret_providers(self) -> list[SecretProviderBase]:
0 commit comments