From c777450e1e20d483cd03c54681b267da93d8b7a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Francisco=20Robles=20Mart=C3=ADn?= <f.robles.martin@pm.me>
Date: Tue, 6 Feb 2024 16:28:49 -0500
Subject: [PATCH] docs(github): change GitHub App token Action suggested to
 GitHub official (#27101)

---
 lib/modules/platform/github/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/platform/github/readme.md b/lib/modules/platform/github/readme.md
index 9fb40fe044..a12ff89f11 100644
--- a/lib/modules/platform/github/readme.md
+++ b/lib/modules/platform/github/readme.md
@@ -65,7 +65,7 @@ Any tokens that do not start with `ghs_` (for example tokens from GitHub Enterpr
 
 <!-- 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're self-hosting Renovate within a GitHub Actions workflow, then you can use the [`actions/create-github-app-token`](https://github.com/actions/create-github-app-token) action.
     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.
 
-- 
GitLab