added anitya endpoint and api key to toddlers configuration

Signed-off-by: Anton Medvedev <amedvede@redhat.com>
This commit is contained in:
Anton Medvedev
2025-05-19 12:26:24 +02:00
parent 7cb8ed7d3b
commit ca8a2e6522

View File

@@ -229,6 +229,14 @@ monitor_choices = ['no-monitoring', 'monitoring', 'monitoring-with-scratch']
validation_comment = "valid"
# Text for the ping if the ticket needs to be manually verified
ping_comment = "This request wants to skip bugzilla validation! {maintainers} could you check if this is correct? If yes, please respond to this ticket with 'valid' comment"
# Anitya access token and endpoint for managing project in release-monitoring
{% if env == "staging" %}
anitya_endpoint = "https://stg.release-monitoring.org"
anitya_access_token = "{{ toddlers_stg_anitya_api_key }}"
{% else %}
anitya_endpoint = "https://release-monitoring.org"
anitya_access_token = "{{ toddlers_anitya_api_key }}"
{% endif %}
# Pagure mapping to bugzilla
[consumer_config.scm_request_processor.pagure_namespace_to_component]