]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
refactor: propagate github token to devcontainers
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 29 Nov 2025 23:35:50 +0000 (00:35 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 29 Nov 2025 23:35:50 +0000 (00:35 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
ReforceXY/.devcontainer/devcontainer.json
quickadapter/.devcontainer/devcontainer.json

index 0e619e48bb4a2846ef77e56898db6773c872ca2e..a3f44ff2f6fab94710b84a1418f51571028fddb5 100644 (file)
@@ -54,5 +54,9 @@
       }
     }
   },
+  "remoteEnv": {
+    "GH_TOKEN": "${localEnv:GH_TOKEN}",
+    "GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}"
+  },
   "remoteUser": "ftuser"
 }
index bb5746e85cafb954159d2b998f20bd8963046c22..1f221e4098fd3fe6b302f86f1cdff7732b17d2dd 100644 (file)
@@ -54,5 +54,9 @@
       }
     }
   },
+  "remoteEnv": {
+    "GH_TOKEN": "${localEnv:GH_TOKEN}",
+    "GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}"
+  },
   "remoteUser": "ftuser"
 }