Skip to content

Commit

Permalink
Merge branch 'kc/new-connector-publication-automation' into py/test-a…
Browse files Browse the repository at this point in the history
…utomated-connector-publication
  • Loading branch information
pranshi06 authored Sep 25, 2024
2 parents 992143d + e16cd74 commit c7b3c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry-automation/cmd/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func buildContext() Context {
log.Fatalf("GCP_SERVICE_ACCOUNT_DETAILS is not set")
} else {
var err error
storageClient, err = storage.NewClient(context.Background(), option.WithCredentialsJSON([]byte(ciCmdArgs.GCPServiceAccountDetails)))
storageClient, err = storage.NewClient(context.Background(), option.WithCredentialsJSON([]byte(gcpServiceAccountDetails)))
if err != nil {
log.Fatalf("Failed to create Google bucket client: %v", err)
}
Expand Down

0 comments on commit c7b3c51

Please sign in to comment.