diff --git a/lib/modules/platform/github/index.md b/lib/modules/platform/github/index.md
index 6c06159d857b38ab104a8264f3bc90c1fe287d26..ece572d8bb957fe9b606b4dcc6c28fae1e328932 100644
--- a/lib/modules/platform/github/index.md
+++ b/lib/modules/platform/github/index.md
@@ -72,6 +72,12 @@ Any tokens that do not start with `ghs_` (for example tokens from GitHub Enterpr
     The installation tokens expire after 1 hour and need to be regenerated regularly.
     Alternatively as environment variable `RENOVATE_TOKEN`, or via CLI `--token=`.
 
+<!-- prettier-ignore -->
+!!! tip "Third-party tools to regenerate installation tokens"
+    If you're self-hosting Renovate within a GitHub Actions workflow, then you can use the [`jnwng/github-app-installation-token-action`](https://github.com/jnwng/github-app-installation-token-action) or [`tibdex/github-app-token`](https://github.com/tibdex/github-app-token) actions.
+    If you use Node.js/CLI, then you can use the [`github-app-installation-token`](https://github.com/gagoar/github-app-installation-token) package.
+    If you use Docker, then you can use the [`mshekow/github-app-installation-token`](https://github.com/MShekow/github-app-installation-token) image.
+
 **`repositories: ["orgname/repo-1","orgname/repo-2"]`**
 
 List of repositories to run on.