Skip to content

Commit

Permalink
Fix adding configProfiles (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhermida authored Apr 22, 2024
1 parent ee0bec8 commit b36a37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func setOptionalPipelineFields(
for _, v := range configProfiles {
profiles = append(profiles, v.(string))
}
payload["workspaceSecrets"] = profiles
payload["configProfiles"] = profiles
}

if towerConfig != "" {
Expand Down

0 comments on commit b36a37a

Please sign in to comment.