Skip to content

Commit

Permalink
Fix adding configProfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhermida committed Apr 22, 2024
1 parent ee0bec8 commit 3ac890f
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 3ac890f

Please sign in to comment.