{% extends "cacsremoteservice/views/settings/settings-page.html" %} {% block kv-section %}

Read more about the GitHub App configuration in the documentation.

Optional hostname of the GitHub server origin of the App, for example github.com.
Specify the app id for the app you create on GitHub.
Select the .pem file you download by generating a private key for the app on GitHub.
Specify the webhook secret for the app you create on GitHub.
{{host-url}}/{% if view-context %}{{view-context}}/{% endif %}hooks/github-app/{{item.kv.app-id}}
Specify this webhook URL in the app you create on GitHub.
{% endblock %}