We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1ffbb commit 22e6439Copy full SHA for 22e6439
ProjectPlugins/CodexPlugin/CodexContainerRecipe.cs
@@ -109,7 +109,7 @@ protected override void Initialize(StartupConfig startupConfig)
109
// Custom scripting in the Codex test image will write this variable to a private-key file,
110
// and pass the correct filename to Codex.
111
var account = marketplaceSetup.EthAccountSetup.GetNew();
112
- AddEnvVar("PRIV_KEY", account.PrivateKey);
+ AddEnvVar("ETH_PRIVATE_KEY", account.PrivateKey);
113
Additional(account);
114
115
SetCommandOverride(marketplaceSetup);
0 commit comments