From d9df4557818993f6e6f074f75f4467d85a86f659 Mon Sep 17 00:00:00 2001 From: Tarasovych <24782123+Tarasovych@users.noreply.github.com> Date: Tue, 31 Aug 2021 03:44:29 +0300 Subject: [PATCH] Update README.md (#775) Update organization App url query parameters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f5a0054..6522db14 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ If you want to create a GitHub App for your account, open the following link to If you want to create a GitHub App for your organization, replace the `:org` part of the following URL with your organization name before opening it. Then enter any unique name in the "GitHub App name" field, and hit the "Create GitHub App" button at the bottom of the page to create a GitHub App. -- [Create GitHub Apps on your organization](https://github.com/organizations/:org/settings/apps/new?url=http://github.com/actions-runner-controller/actions-runner-controller&webhook_active=false&public=false&administration=write&organization_self_hosted_runners=write&actions=read) +- [Create GitHub Apps on your organization](https://github.com/organizations/:org/settings/apps/new?url=http://github.com/actions-runner-controller/actions-runner-controller&webhook_active=false&public=false&administration=write&organization_self_hosted_runners=write&actions=read&checks=read) You will see an *App ID* on the page of the GitHub App you created as follows, the value of this App ID will be used later.