Skip to content

Commit

Permalink
Secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Suplanus committed Nov 4, 2020
1 parent c57e6fa commit 6438816
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/GitHubReleaser/Model/CommandLineParameters.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Runtime.CompilerServices;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using Fclp;

namespace GitHubReleaser.Model
Expand Down Expand Up @@ -50,9 +51,4 @@ public static CommandLineParameters GetCommandLineParameters(string[] args)
return commandLineArguments;
}
}

internal static class Secrets
{
public static string GitHubToken => "9065c29143e2e1ac196bd91b13418c8e9677ac97";
}
}

0 comments on commit 6438816

Please sign in to comment.