This commit is contained in:
bors[bot] 2023-05-22 13:07:44 +00:00
parent c234212e31
commit b9a8d0a786
2 changed files with 2 additions and 2 deletions

View File

@ -746,7 +746,7 @@
<li>In the "Organization permissions" select <code>Read and write</code> next to the "Self-hosted runner" permission</li>
<li>Click on <code>Create GitHub App</code></li>
</ul>
<p>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.</p>
<p>Once the app is created, the app's settings page will be presented. Scroll to the <em>Private keys</em> section and click the button labeled <em>Generate a private key</em>. 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.</p>
<p>Once created, you should also limit the usage of this github app to your CI hosts public IPs (ipv4 and ipv6).</p>
<p>The application can be now be installed in your organization:</p>
<ul>

File diff suppressed because one or more lines are too long