Skip to content

Commit

Permalink
remove set empty token
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Dec 11, 2023
1 parent 28b3528 commit 455232c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Expand Up @@ -162,7 +162,7 @@ class Build : NukeBuild
.Executes(() =>
{
// if local get the token from environment variable
GitHubToken = "";
//GitHubToken = "";
GitHubTasks.GitHubClient = new GitHubClient(new ProductHeaderValue(Solution.Name))
{
Credentials = new Credentials(GitHubToken)
Expand Down

0 comments on commit 455232c

Please sign in to comment.