Skip to content

Commit

Permalink
fix(workflow.json): change HTTP method from POST to GET for "Get Key"…
Browse files Browse the repository at this point in the history
… step
  • Loading branch information
chronark committed Oct 1, 2023
1 parent 0f88c1d commit 909e2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/agent/e2e/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"name": "Get Key",
"http": {
"url": "${{env.baseUrl}}/v1/keys.findKey",
"method": "POST",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"Authorization": "Bearer ${{secrets.rootKey}}"
Expand Down Expand Up @@ -160,7 +160,7 @@
}
}
}
},
}
]
}
}
Expand Down

0 comments on commit 909e2d2

Please sign in to comment.