Skip to content

Commit

Permalink
fix: set apikey for cloud authenticator with down cmd
Browse files Browse the repository at this point in the history
Signed-off-by: aavarghese <[email protected]>
  • Loading branch information
aavarghese authored and starpit committed Aug 7, 2024
1 parent fbcec9d commit c6a5220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/subcommands/down.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func newDownCmd() *cobra.Command {
tgtOpts := addTargetOptions(cmd)

cmd.RunE = func(cmd *cobra.Command, args []string) error {
backend, err := be.New(tgtOpts.TargetPlatform, assembly.Options{}) // TODO assembly.Options
backend, err := be.New(tgtOpts.TargetPlatform, assembly.Options{ApiKey: apiKey}) // TODO assembly.Options
if err != nil {
return err
}
Expand Down

0 comments on commit c6a5220

Please sign in to comment.