Skip to content

Commit b661570

Browse files
committed
add json flag to shadeform credential
1 parent 2f7b402 commit b661570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v1/providers/shadeform/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const CloudProviderID = "shadeform"
1515
// ShadeformCredential implements the CloudCredential interface for Shadeform
1616
type ShadeformCredential struct {
1717
RefID string
18-
APIKey string
18+
APIKey string `json:"api_key"`
1919
}
2020

2121
var _ v1.CloudCredential = &ShadeformCredential{}

0 commit comments

Comments
 (0)