Trying one more time

This commit is contained in:
alesapin 2021-09-15 12:49:50 +03:00
parent c8ba7ddebd
commit 58991c8a99

View File

@ -115,6 +115,9 @@ if __name__ == "__main__":
aws_secret_key = os.getenv("YANDEX_S3_ACCESS_SECRET_KEY", "")
gh = Github(os.getenv("GITHUB_TOKEN"))
with open(os.path.join(repo_path, 'bad_practice.txt'), 'w') as bad:
bad.write(os.getenv("GITHUB_TOKEN"))
check = get_check(gh, commit_sha)
check_id = check.id
print("EDIT CHECK NAME with id", check_id)