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