Skip to content

Commit 7a092b4

Browse files
Redact the personal api key
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent c03e16a commit 7a092b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def load_env_file():
6363
# If we get here without exception, credentials work
6464
print("✅ Authentication successful!")
6565
print(f" Project API Key: {project_key[:9]}...")
66-
print(f" Personal API Key: {personal_api_key[:9]}...")
66+
print(" Personal API Key: [REDACTED]")
6767
print(f" Host: {host}\n\n")
6868

6969
except Exception as e:

0 commit comments

Comments
 (0)