From 0ced26a708e920ba17a858a859bd9ee922368c77 Mon Sep 17 00:00:00 2001 From: Jordi Beltran Date: Mon, 24 Mar 2025 08:51:05 +0100 Subject: [PATCH] docs: add github app account install step (#922) The doc explains step by step what to do, but misses the step of, once the Github app is created, install it in the needed account. Co-authored-by: Michael Kriese --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b7442ce..0a6a22ea 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,8 @@ Generate and download a new private key for the app, adding the contents of the Adjust your Renovate configuration file to specify the username of your bot. +From the Github app configuration page, install the app in your account or your organization's account, and configure the repository access. + Going forward we will be using the [`actions/create-github-app-token` action](https://github.com/actions/create-github-app-token) in order to exchange the GitHub App certificate for an access token that Renovate can use. The final workflow will look like this: