Skip to content

Commit fd65413

Browse files
Update update_changelog.py
1 parent 4269252 commit fd65413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
commit_sha = sys.argv[1]
88
github_token = sys.argv[2]
99

10-
g = Github(ACTION_TOKEN)
10+
g = Github(github_token)
1111
repo = g.get_repo("veeralakrishna/DataCamp-Project-Solutions-Python")
1212

1313
def get_associated_issues_prs(commit_sha):

0 commit comments

Comments
 (0)