[poddlers] Add distgit OIDC token

This will allow releng-bot to push changes to dist git.

See https://pagure.io/fedora-infra/toddlers/issue/151 for more context.
This commit is contained in:
Michal Konecny 2025-05-22 09:33:36 +02:00
parent abcf1c8e76
commit 326fa3604c

View file

@ -233,9 +233,13 @@ ping_comment = "This request wants to skip bugzilla validation! {maintainers} co
{% if env == "staging" %}
anitya_endpoint = "https://stg.release-monitoring.org"
anitya_access_token = "{{ toddlers_stg_anitya_api_key }}"
# This is a OIDC token that allows pagure_user to push changes to dist git
oidc_distgit_token = "{{ toddlers_stg_oidc_dist_git_token }}"
{% else %}
anitya_endpoint = "https://release-monitoring.org"
anitya_access_token = "{{ toddlers_anitya_api_key }}"
# This is a OIDC token that allows pagure_user to push changes to dist git
oidc_distgit_token = "{{ toddlers_oidc_dist_git_token }}"
{% endif %}
# Pagure mapping to bugzilla