We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110de9d commit 8d18c07Copy full SHA for 8d18c07
1 file changed
src/scripts/generate_page.py
@@ -80,9 +80,9 @@ def get_config_readme(repo_name):
80
# ----------------------------
81
# query information from github about the organization
82
gh_instance = Github(auth=Auth.Token(os.environ["GITHUB_TOKEN"]))
83
-logger.info("authenticated to Github as %s", gh_instance.get_user().login)
+logger.info("authenticated to Github API")
84
gh_org = gh_instance.get_organization("MPUSP")
85
-logger.info("fetching data for organization %s", gh_org.login)
+logger.info("fetching data for organization)
86
87
# get members and their stats
88
members = {}
0 commit comments