testing adding a comment on new git instance

This commit is contained in:
Brendan McDevitt 2025-02-22 19:19:28 +00:00
parent 25222877db
commit 2f16d95d50

View file

@ -7,6 +7,7 @@ from github import Github, Auth, GithubException
# Configure logging
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
# authentication
def auth():
access_token = os.getenv("GITHUB_ACCESS_TOKEN")
if not access_token:
@ -187,4 +188,4 @@ def main():
print(item)
if __name__ == "__main__":
main()
main()