File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11PHP_VERSION = 8.2.30
2- LEGACY_CLI_VERSION = 4.29 .0
2+ LEGACY_CLI_VERSION = 4.30 .0
33
44GORELEASER_ID ?= upsun
55
Original file line number Diff line number Diff line change @@ -293,11 +293,12 @@ type Activity struct {
293293}
294294
295295type Variable struct {
296- Name string `json:"name"`
297- Value string `json:"value,omitempty"`
298- IsSensitive bool `json:"is_sensitive"`
299- VisibleBuild bool `json:"visible_build"`
300- VisibleRuntime bool `json:"visible_runtime"`
296+ Name string `json:"name"`
297+ Value string `json:"value,omitempty"`
298+ IsSensitive bool `json:"is_sensitive"`
299+ VisibleBuild bool `json:"visible_build"`
300+ VisibleRuntime bool `json:"visible_runtime"`
301+ ApplicationScope []string `json:"application_scope,omitempty"`
301302
302303 CreatedAt time.Time `json:"created_at"`
303304 UpdatedAt time.Time `json:"updated_at"`
You can’t perform that action at this time.
0 commit comments