testing adding a comment on new git instance
This commit is contained in:
parent
25222877db
commit
2f16d95d50
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ from github import Github, Auth, GithubException
|
||||||
# Configure logging
|
# Configure logging
|
||||||
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
||||||
|
|
||||||
|
# authentication
|
||||||
def auth():
|
def auth():
|
||||||
access_token = os.getenv("GITHUB_ACCESS_TOKEN")
|
access_token = os.getenv("GITHUB_ACCESS_TOKEN")
|
||||||
if not access_token:
|
if not access_token:
|
||||||
|
|
Loading…
Add table
Reference in a new issue