Create with api-key-secret instead

This commit is contained in:
Fang-Pen Lin
2025-11-21 17:11:49 -08:00
parent a5554c02d5
commit 5badff8350

View File

@@ -170,7 +170,7 @@ def step_impl(context: Context, var_name: str):
json={
"name": conn_slug,
"description": "",
"method": "api-token",
"method": "api-key-secret",
"credentials": {
"apiKey": "MOCK_API_KEY",
"secretKey": "MOCK_SECRET_KEY",