diff --git a/githubapi.py b/githubapi.py index 1817755..671a059 100644 --- a/githubapi.py +++ b/githubapi.py @@ -27,6 +27,8 @@ GENERIC_SECRET_TYPES = ",".join( [ + "ec_private_key", + "generic_private_key", "http_basic_authentication_header", "http_bearer_authentication_header", "mongodb_connection_string",