mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Trying one more time
This commit is contained in:
parent
c8ba7ddebd
commit
58991c8a99
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user