Skip to content

Commit

Permalink
(maint) Change to gitReleaseManagerTokenVariable
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos committed Apr 2, 2024
1 parent 6600dca commit 804cc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if (BuildSystem.IsLocalBuild)
{
Environment.SetVariableNames(
githubTokenVariable: "CHOCOLATEYGUI_GITHUB_PAT",
gitReleaseManagerTokenVariable: "CHOCOLATEYGUI_GITHUB_PAT",
transifexApiTokenVariable: "CHOCOLATEYGUI_TRANSIFEX_API_TOKEN"
);
}
Expand Down

0 comments on commit 804cc90

Please sign in to comment.