Skip to content

Commit

Permalink
Fix GH app installation ID for commenting on PRs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
chmeliik committed Jul 25, 2024
1 parent f8ad065 commit ceb8c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceb8c86

Please sign in to comment.