From ceb8c863012d52266f9f9de798469d12fa21c11e Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Thu, 23 May 2024 12:48:18 +0200 Subject: [PATCH] Fix GH app installation ID for commenting on PRs STONEBLD-2339 The build-definitions repo has moved to the konflux-ci org. The https://github.com/apps/rh-tap-build-team app had to be reinstalled in the new org, thus changing the installation ID. Update the installation ID for the create-comment task, which may try to comment on build-definitions pull requests. NOTE: do not update the default installation ID in the update-infra-deployments task - infra-deployments is staying in the redhat-appstudio org. Signed-off-by: Adam Cmiel --- .tekton/pull-request.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tekton/pull-request.yaml b/.tekton/pull-request.yaml index 1feb1d8b5f..55279e1dd4 100644 --- a/.tekton/pull-request.yaml +++ b/.tekton/pull-request.yaml @@ -96,8 +96,9 @@ spec: value: /secrets/deploy-key/private-key - name: GITHUBAPP_APP_ID value: "305606" + # https://github.com/apps/rh-tap-build-team in https://github.com/konflux-ci - name: GITHUBAPP_INSTALLATION_ID - value: "35269675" + value: "51073377" - name: GITHUB_API_URL value: https://api.github.com - name: REPO_OWNER