Skip to content

Commit

Permalink
Push new key
Browse files Browse the repository at this point in the history
  • Loading branch information
Soapwood committed Jul 18, 2024
1 parent 62f044d commit 9750b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VXAutoUpdater/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public MainWindow()
MouseDown += Window_MouseDown;

string personalAccesstoken =
"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";
"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";
_autoUpdater = new VXMusicAutoUpdater("Soapwood", "VXMusic", personalAccesstoken);

BranchComboBox.SelectionChanged += BranchComboBoxSelectionChanged;
Expand Down
2 changes: 1 addition & 1 deletion VXMusicDesktop/Update/VXMusicUpdateHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class VXMusicUpdateHandler

private readonly string _repositoryOwner = "Soapwood";
private readonly string _repositoryName = "VXMusic";
private readonly string _personalAccessToken = "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";
private readonly string _personalAccessToken = "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";
private readonly GitHubClient _gitHubClient;

public VXMusicUpdateHandler(IServiceProvider serviceProvider)
Expand Down

0 comments on commit 9750b4d

Please sign in to comment.