Update making-your-github-app-available-for-github-enterprise-server.md (#32759)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
Evloev Saifuddin Magomedovich 2024-05-01 18:47:13 +03:00 коммит произвёл GitHub
Родитель c6cac8fcef
Коммит bdfe2f43bf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,7 @@ Organizations owned by a {% data variables.product.prodname_ghe_server %} instan
## The app code must be able to access the {% data variables.product.prodname_github_app %} credentials for the instance
You app's code will need the credentials of the {% data variables.product.prodname_github_app %} that the {% data variables.product.prodname_ghe_server %} instance registered. It will also need the hostname of the instance. You have two options: get the credentials and hostname from the instance, or have the {% data variables.product.prodname_ghe_server %} customer host and manage a self-hostable version of the app.
Your app's code will need the credentials of the {% data variables.product.prodname_github_app %} that the {% data variables.product.prodname_ghe_server %} instance registered. It will also need the hostname of the instance. You have two options: get the credentials and hostname from the instance, or have the {% data variables.product.prodname_ghe_server %} customer host and manage a self-hostable version of the app.
### Get the credentials from the {% data variables.product.prodname_ghe_server %} instance