File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1- 0.25.0
1+ 0.25.1
Original file line number Diff line number Diff line change @@ -19,12 +19,15 @@ type (
1919 Type string `json:"type"`
2020 Data struct {
2121 Auth struct {
22- Type string `json:"type"`
23- Username string `json:"username"`
24- Password string `json:"password"`
25- ApiHost string `json:"apiHost"`
26- ApiPathPrefix string `json:"apiPathPrefix"`
27- SshPrivateKey string `json:"sshPrivateKey"`
22+ Type string `json:"type"`
23+ Username string `json:"username"`
24+ Password string `json:"password"`
25+ ApiHost string `json:"apiHost"`
26+ ApiPathPrefix string `json:"apiPathPrefix"`
27+ SshPrivateKey string `json:"sshPrivateKey"`
28+ AppId string `json:"sshPrivateKey"`
29+ InstallationId string `json:"installationId"`
30+ PrivateKey string `json:"privateKey"`
2831 } `json:"auth"`
2932 } `json:"data"`
3033 } `json:"spec"`
You can’t perform that action at this time.
0 commit comments