| Name | Secret | Resolved |
|---|---|---|
| {{ secret.name }} | {{ secret.value }} | {% if not secret|has_dummy_secret %} {% else %} {% endif %} |
| Name | Value |
|---|---|
| {{ variable.name }} | {{ variable.value }} |
| URL | Active | Events | Uses SSL | Resolved Secret |
|---|---|---|---|---|
| {{ webhook.url }} | {% if webhook.active == true %} {% else %} {% endif %} |
|
{% if webhook.insecure_ssl == "0" %} {% else %} {% endif %} | {% if webhook.secret %} {% if not webhook|has_dummy_secret %} {% else %} {% endif %} {% else %} {% endif %} |
{% for env in repo_config.environments %}
{% set env_id = 'env-' ~ loop.index %}
{% endfor %}
{% for bpr in repo_config.branch_protection_rules %}
{% set id = 'rule-' ~ loop.index %}
{% endfor %}
{% for ruleset in repo_config.rulesets %}
{% set ruleset_id = 'ruleset-' ~ loop.index %}
{% endfor %}