From 0dbce91c82d10cb8a3c4029d564c9215a1e95cd4 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 3 Sep 2024 15:07:37 +0200 Subject: [PATCH] chore: Adding new jwt key --- .github/composite-actions/update-keys/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/composite-actions/update-keys/action.yml b/.github/composite-actions/update-keys/action.yml index 38668d7e5..7dfaf0ab5 100644 --- a/.github/composite-actions/update-keys/action.yml +++ b/.github/composite-actions/update-keys/action.yml @@ -39,7 +39,7 @@ runs: yq e -i '.global.domainName = strenv(DOMAIN_NAME)' vars.yaml yq e -i '.global.assistKey = strenv(JWT_SECRET)' vars.yaml yq e -i '.global.assistJWTSecret = strenv(JWT_SECRET)' vars.yaml - yq e -i '.chalice.env.jwt_secret = strenv(JWT_SECRET)' vars.yaml + yq e -i '.global.jwtSecret = strenv(JWT_SECRET)' vars.yaml yq e -i '.global.enterpriseEditionLicense = strenv(LICENSE_KEY)' vars.yaml yq e -i '.global.s3.accessKey = strenv(MINIO_ACCESS_KEY)' vars.yaml yq e -i '.global.s3.secretKey = strenv(MINIO_SECRET_KEY)' vars.yaml