Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 51ac8f3

Browse files
replace upper case API_TOKEN to lower case api_token in extensions.py file
1 parent 8150e6e commit 51ac8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aqueductcore/backend/services/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async def execute(
128128
my_env["api_token"] = user_info.token
129129
my_env["aqueduct_url"] = extension.aqueduct_url
130130
if extension.aqueduct_api_token is not None:
131-
my_env["API_TOKEN"] = extension.aqueduct_api_token
131+
my_env["api_token"] = extension.aqueduct_api_token
132132

133133
cwd = Path.home()
134134
if extension.manifest_file:

0 commit comments

Comments
 (0)