From: Jérôme Benoit Date: Sat, 29 Nov 2025 23:35:50 +0000 (+0100) Subject: refactor: propagate github token to devcontainers X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9ead82e056b658fc6d0bc4a14ee9ef27198bb335;p=freqai-strategies.git refactor: propagate github token to devcontainers Signed-off-by: Jérôme Benoit --- diff --git a/ReforceXY/.devcontainer/devcontainer.json b/ReforceXY/.devcontainer/devcontainer.json index 0e619e4..a3f44ff 100644 --- a/ReforceXY/.devcontainer/devcontainer.json +++ b/ReforceXY/.devcontainer/devcontainer.json @@ -54,5 +54,9 @@ } } }, + "remoteEnv": { + "GH_TOKEN": "${localEnv:GH_TOKEN}", + "GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}" + }, "remoteUser": "ftuser" } diff --git a/quickadapter/.devcontainer/devcontainer.json b/quickadapter/.devcontainer/devcontainer.json index bb5746e..1f221e4 100644 --- a/quickadapter/.devcontainer/devcontainer.json +++ b/quickadapter/.devcontainer/devcontainer.json @@ -54,5 +54,9 @@ } } }, + "remoteEnv": { + "GH_TOKEN": "${localEnv:GH_TOKEN}", + "GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}" + }, "remoteUser": "ftuser" }