Skip to content

Commit ecf6afd

Browse files
committed
fix: add jwt secret to branch get
1 parent 4f13f22 commit ecf6afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/branches/get/get.go

+1
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@ func toStandardEnvs(detail api.BranchDetailResponse, pooler api.SupavisorConfigR
105105
envs["POSTGRES_URL"] = utils.ToPostgresURL(*config)
106106
envs["POSTGRES_URL_NON_POOLING"] = utils.ToPostgresURL(direct)
107107
envs["SUPABASE_URL"] = "https://" + utils.GetSupabaseHost(detail.Ref)
108+
envs["SUPABASE_JWT_SECRET"] = *detail.JwtSecret
108109
return envs
109110
}

0 commit comments

Comments
 (0)