We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdf428 commit cd4b4c4Copy full SHA for cd4b4c4
pkg/codefresh/argo_runtime.go
@@ -38,7 +38,6 @@ func newArgoRuntimeAPI(codefresh *codefresh) IArgoRuntimeAPI {
38
func (r *argoRuntime) Create(runtimeName string) (*model.RuntimeCreationResponse, error) {
39
interpolatedMutation := fmt.Sprintf(`mutation {
40
runtime(name: "%s") {
41
- id
42
newAccessToken
43
}
44
0 commit comments