Skip to content

Commit

Permalink
fix: astro deployment service-account delete (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko authored Jul 2, 2021
1 parent ab3af10 commit 69bba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion houston/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ mutation UpdateDeployment($deploymentId: Uuid!, $payload: JSON!, $cloudRole: Str

DeploymentServiceAccountDeleteRequest = `
mutation deleteDeploymentServiceAccount(
$serviceAccountId: Uuid!
$serviceAccountUuid: Uuid!
$deploymentUuid: Uuid!
) {
deleteDeploymentServiceAccount(
Expand Down

0 comments on commit 69bba4f

Please sign in to comment.