{% extends "base.html" %} {% block title %} {{ _("Setup GitHub webhook") }} {% endblock %} {% from "macros/forms.html" import render_field, render_submit_field, render_radio_field %} {% block content %}
You will need admin access to the repository. When setting up hooks on an organisation, make sure that you have granted access.
{% endblock %}