renovatebot/renovatebot.github.io

Hint for GitHub app installation access token retrieval

MShekow opened this issue · 1 comments

What would you like to be able to do?

In the docs https://docs.renovatebot.com/modules/platform/github/#running-as-a-github-app there is the following section:

token:"ghs_123exampletoken"

You must use a [GitHub App Installation token](https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps#authenticating-as-an-installation).

It would be nice to add a few helpful links for how to retrieve this GitHub App installation (access) token.

Did you already have any implementation ideas?

If you think this is a worthwhile addition to the docs, I could create a PR.

Do you want to write this feature yourself?

Yes

Hi, the source for that page is in https://github.com/renovatebot/renovate/blob/main/lib/modules/platform/github/index.md, so please submit a PR there