Distgit: fix the staging test in the client_secrets file

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-11-14 09:09:12 +01:00
parent 8400c340ff
commit 0fc0a819fa
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -1,7 +1,7 @@
{
"web": {
"client_id": "distgit",
{% if env == 'pagure-staging' %}
{% if env == 'staging' %}
"auth_uri": "https://id.stg.fedoraproject.org/openidc/Authorization",
"client_secret": "{{ distgit_oidc_client_secret_stg }}",
"issuer": "https://id.stg.fedoraproject.org/openidc/",