From a1b6499d18f614e5f970ac7cb626950ff5fbe2c3 Mon Sep 17 00:00:00 2001 From: TANABE Ken-ichi Date: Sat, 24 Aug 2024 14:15:30 +0900 Subject: [PATCH] docs: suggest using the official one --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6630a79..1d9f4d5 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ sudo cp go-github-apps /usr/local/bin ## Github Actions +As of Aug, 2024, Github provides [the official actions](https://github.com/actions/create-github-app-token) to create a GitHub App installation access token. Please consider migrating to the official one. + +At certain point, I'll obsolete the github action in this repository. + You can automate issuing a token with Github Actions. Example: