154: Update github_actions_runner.md r=jfroche a=srounce



Co-authored-by: Samuel Rounce <srounce@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-05-22 13:06:26 +00:00 committed by GitHub
commit 6f1faf6396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).