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

Commit 8e810f4

Browse files
add token in environment variables
1 parent 896fcf3 commit 8e810f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aqueductcore/backend/services/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ async def execute(
124124
params_json = typed_params.model_dump_json()
125125

126126
my_env = {key: str(val) for key, val in (extension.constants or {}).items()}
127+
my_env.update({"token": user_info.token})
127128
my_env.update(params)
128129
my_env["aqueduct_url"] = extension.aqueduct_url
129130
if extension.aqueduct_api_token is not None:

0 commit comments

Comments
 (0)