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 012e3b1 commit 5f543f1Copy full SHA for 5f543f1
gh_org_mgr/_gh_org.py
@@ -115,7 +115,7 @@ def censor_half_string(string: str) -> str:
115
half2 = len(string) - half1
116
return string[:half1] + "*" * (half2)
117
118
- sensible_keys = ["gh_token"]
+ sensible_keys = ["gh_token", "gh_app_private_key"]
119
for key in sensible_keys:
120
if value := dictionary.get(key, ""):
121
dictionary[key] = censor_half_string(value)
0 commit comments