diff --git a/core/secret.go b/core/secret.go index a8ea6bea..79776f77 100644 --- a/core/secret.go +++ b/core/secret.go @@ -33,7 +33,7 @@ type ( Secret struct { ID int64 `json:"id,omitempty"` RepoID int64 `json:"repo_id,omitempty"` - Namespace string `json:"repo_namespace,omitempty"` + Namespace string `json:"namespace,omitempty"` Name string `json:"name,omitempty"` Type string `json:"type,omitempty"` Data string `json:"data,omitempty"`