From 020b2afa0d9ca166c85002bbccadbc7b9060ed05 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 6 Mar 2025 19:31:26 +0000 Subject: [PATCH] forgejo: Use correct variable for jwk key --- roles/forgejo/templates/app.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/forgejo/templates/app.ini.j2 b/roles/forgejo/templates/app.ini.j2 index 2355cb3..a8a7716 100644 --- a/roles/forgejo/templates/app.ini.j2 +++ b/roles/forgejo/templates/app.ini.j2 @@ -75,4 +75,4 @@ REVERSE_PROXY_LIMIT = 1 ENABLED = true [oauth2] -JWT_SECRET = {{ gitea_oauth_jwt_secret }} +JWT_SECRET = {{ forgejo_oauth_jwt_secret }}