[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:
parent
abcf1c8e76
commit
326fa3604c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue