Skip to content

Commit

Permalink
feat: add Secret type [sc-21027] (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxigimenez authored Sep 2, 2024
1 parent 1e565ea commit c7573ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ type EnvironmentVariable struct {
Key string `json:"key,omitempty"`
Value string `json:"value"`
Locked bool `json:"locked"`
Secret bool `json:"secret"`
}

// PrivateLocationKey represents the keys that the private location has.
Expand Down

0 comments on commit c7573ff

Please sign in to comment.