Skip to content

Commit 03fa87b

Browse files
docs: 7.6.1 MEND_RNV_GITHUB_BOT_USER_ID (#547)
* docs: 7.6.1 MEND_RNV_GITHUB_BOT_USER_ID * fix type * Update configuration-options.md * Update docs/configuration-options.md Co-authored-by: Philip <[email protected]> --------- Co-authored-by: Philip <[email protected]>
1 parent 95ea514 commit 03fa87b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/configuration-options.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Use the appropriate settings to define connection details to your specific SCM.
3434

3535
**`RNV_GITHUB_PEM_FILE_PATH`**: [GitHub only] The file path for GitHub app key. Defaults to `/usr/src/app/renovate.private-key.pem`.
3636

37+
**`MEND_RNV_GITHUB_BOT_USER_ID`**: [GitHub only] Optional: The bot user ID that will be used in `gitAuthor` (example author `myBotName[bot] <123456+myBotName[bot]@users.noreply.github.com` and the user id is `123456`). The value can be found by calling `https://api.github.com/users/{appName}[bot]` under the `id` key (replace the `{appName}` with the actual app name).
38+
Note: By default Renovate server will attempt to call this endpoint once during startup (both CE and EE server) and it does not require authentication. If you wish to skip this call for any reason you will need to provide the value in `MEND_RNV_GITHUB_BOT_USER_ID=<id-number>`
39+
3740
**`MEND_RNV_GITLAB_PAT`**: [GitLab only] Personal Access Token for the GitLab bot account.
3841

3942
**`MEND_RNV_WEBHOOK_SECRET`**: Optional: Defaults to `renovate`

0 commit comments

Comments
 (0)