Skip to content

Commit

Permalink
test behavior of uploading different reports
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Aug 6, 2024
1 parent f510c01 commit c2ff60c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .tekton/scripts/github-update-comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ def main():
owner = os.environ["REPO_OWNER"]
repo = os.environ["REPO_NAME"]
pull_request = os.environ["PULL_REQUEST_NUMBER"]
with open(sys.argv[1], 'r') as comment_file:
comment = comment_file.read()
with open(os.environ['GITHUBAPP_KEY_PATH'], 'rb') as key_file:
key = key_file.read()
comment = "hi"
key = "🔑"
app_id = os.environ['GITHUBAPP_APP_ID']
print(f"Getting user token for application_id: {app_id}")
github_app = GitHub(
Expand Down

0 comments on commit c2ff60c

Please sign in to comment.