Distgit: fix the staging test in the client_secrets file
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
8400c340ff
commit
0fc0a819fa
1 changed files with 1 additions and 1 deletions
|
@ -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/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue