docs: add github app account install step

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.
This commit is contained in:
Jordi Beltran 2025-03-22 17:19:21 +01:00 committed by GitHub
parent 9a724c32a2
commit ca3fbf4082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: