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 6b6d432 commit 1c8bcdcCopy full SHA for 1c8bcdc
pkg/codefresh/argo_runtime.go
@@ -56,7 +56,7 @@ func (r *argoRuntime) Create(ctx context.Context, opts *model.RuntimeInstallatio
56
jsonData := map[string]interface{}{
57
"query": `
58
mutation CreateRuntime($installationArgs: RuntimeInstallationArgs!) {
59
- runtime(installationArgs: $installationArgs) {
+ runtimeNew(installationArgs: $installationArgs) {
60
name
61
newAccessToken
62
}
0 commit comments