Skip to content

Commit 3d09bab

Browse files
Merge pull request #200 from Code4GovTech/dev
print statements added for debugging
2 parents 2353d9c + 81afb60 commit 3d09bab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

handlers/pull_request_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def extract_issue_number(self, title):
1818
async def get_issue_data(self, owner, repo, issue_number):
1919
try:
2020
GITHUB_TOKEN = os.getenv('GITHUB_TOKEN')
21+
print('github token is ', GITHUB_TOKEN)
2122
headers = {
2223
"Accept": "application/vnd.github+json",
2324
"Authorization": f"Bearer {GITHUB_TOKEN}",

0 commit comments

Comments
 (0)