Skip to content

Commit

Permalink
Configure CI (no. 159)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jun 11, 2021
1 parent 7581115 commit 7d32fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotVVM.Samples.Common/DotvvmStartup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private void LoadSampleConfiguration(DotvvmConfiguration config, string applicat
var githubTokenEnv = Environment.GetEnvironmentVariable(GitHubTokenEnvName);
if (githubTokenEnv is object)
{
profile.Value<JObject>("appSettings")[GitHubTokenConfigName] = githubTokenEnv;
json.Value<JObject>("appSettings")[GitHubTokenConfigName] = githubTokenEnv;
}

SampleConfiguration.Initialize(
Expand Down

0 comments on commit 7d32fd4

Please sign in to comment.