From 621c1def02c5c2312bcbc2d35bce7beecaa26db1 Mon Sep 17 00:00:00 2001 From: Samuel Rounce Date: Mon, 22 May 2023 13:18:27 +0100 Subject: [PATCH] Update github_actions_runner.md --- docs/github_actions_runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/github_actions_runner.md b/docs/github_actions_runner.md index 401b2df..3806224 100644 --- a/docs/github_actions_runner.md +++ b/docs/github_actions_runner.md @@ -28,7 +28,7 @@ First, go to the setting page of your organization: `https://github.com/organiza * In the "Organization permissions" select `Read and write` next to the "Self-hosted runner" permission * Click on `Create GitHub App` -You should save securely the generated PEM encoded private key. You will need that private key when you configure the CI. You should also save the generated GitHub App Id. +Once the app is created, the app's settings page will be presented. Scroll to the *Private keys* section and click the button labeled *Generate a private key*. You should save securely the generated PEM encoded private key. You will need that private key when you configure the CI. You should also save the generated GitHub App Id. Once created, you should also limit the usage of this github app to your CI hosts public IPs (ipv4 and ipv6).