Skip to content

Commit 3940e98

Browse files
committed
(build) Add override for GitHub Token Variable
The environment varibles used in this project differ slightly from the default, so adding override for the token variable.
1 parent c313446 commit 3940e98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&version=2.0.0-unstable0023&prerelease
22

33
Environment.SetVariableNames(githubUserNameVariable: "GITTOOLS_GITHUB_USERNAME",
4-
githubPasswordVariable: "GITTOOLS_GITHUB_PASSWORD");
4+
githubPasswordVariable: "GITTOOLS_GITHUB_PASSWORD",
5+
githubTokenVariable: "GITTOOLS_GITHUB_TOKEN");
56

67
BuildParameters.SetParameters(context: Context,
78
buildSystem: BuildSystem,

0 commit comments

Comments
 (0)