Skip to content

Commit

Permalink
Fix build login info.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Feb 18, 2024
1 parent 9917c68 commit a29c809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Build/Build.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return BuildRunner.Execute(args, build =>
{
var gitLogin = new GitLoginInfo("faithlifebuildbot", Environment.GetEnvironmentVariable("BUILD_BOT_PASSWORD") ?? "");
var gitLogin = new GitLoginInfo("ejball", Environment.GetEnvironmentVariable("BUILD_BOT_PASSWORD") ?? "");

build.AddDotNetTargets(
new DotNetBuildSettings
Expand Down

0 comments on commit a29c809

Please sign in to comment.