From c63b2b320b03198e6e8b44a59ea8a34f285e83a4 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 21 Nov 2025 06:50:41 +0100 Subject: [PATCH] fix(config): :green_heart: Fix incorrect CI config --- .github/config.workflow.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/config.workflow.toml b/.github/config.workflow.toml index 42eff479..647a332c 100644 --- a/.github/config.workflow.toml +++ b/.github/config.workflow.toml @@ -452,10 +452,9 @@ log_level = "info" # For console output # environment = "production" # log_level = "info" -[authentication.keys] -# Run Versia Server with those values missing to generate a new key -public = "MCowBQYDK2VwAyEAfyZx8r98gVHtdH5EF1NYrBeChOXkt50mqiwKO2TX0f8=" -private = "MC4CAQAwBQYDK2VwBCIEILDi1g7+bwNjBBvL4CRWHZpCFBR2m2OPCot62Wr+TCbq" +[authentication] +# Run Versia Server with this value missing to generate a new key +key = "ZWcwanRaQAqY3ChUro/Jey9XGQjzsxEed5iqTp4yFr8W6vEnXdz91F/Pu/uf7HBMbNeIK7V6aHsM0lq9onrO8Q==" # The provider MUST support OpenID Connect with .well-known discovery # Most notably, GitHub does not support this