Skip to content

Commit

Permalink
Token fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dukris committed Feb 13, 2024
1 parent e62950f commit a853d93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void createsWebhookSuccessfully() {
final String host = "https://api.github.com";
final String url = "http://it/webhook";
final String location = "hizmailovich/draft";
final String token = "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";
final String token = System.getProperty("GithubToken");
new CreateWebhook(
"https://api.github.com",
token,
Expand Down

0 comments on commit a853d93

Please sign in to comment.