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 7cc6ffa commit 4d2069cCopy full SHA for 4d2069c
pkg/codefresh/argo_runtime.go
@@ -64,7 +64,7 @@ func newArgoRuntimeAPI(codefresh *codefresh) IRuntimeAPI {
64
func (r *argoRuntime) Create(ctx context.Context, opts *model.RuntimeInstallationArgs) (*model.RuntimeCreationResponse, error) {
65
jsonData := map[string]interface{}{
66
"query": `
67
- mutation CreateRuntime($installationArgs: InstallationArgs!) {
+ mutation CreateRuntime($installationArgs: RuntimeInstallationArgs!) {
68
runtime(installationArgs: $installationArgs) {
69
name
70
newAccessToken
0 commit comments