From bab46ba2c3de0faf0c4d1e5eee8b915ffc05c3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Farkas?= Date: Thu, 18 Sep 2025 00:50:19 +0200 Subject: [PATCH] fix: remove test github token [skip ci] --- src/GithubRepoRemover/Properties/launchSettings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/GithubRepoRemover/Properties/launchSettings.json b/src/GithubRepoRemover/Properties/launchSettings.json index 4e2ae0c..95104b2 100644 --- a/src/GithubRepoRemover/Properties/launchSettings.json +++ b/src/GithubRepoRemover/Properties/launchSettings.json @@ -1,8 +1,7 @@ { "profiles": { "GithubRepoRemover": { - "commandName": "Project", - "commandLineArgs": "--token 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" + "commandName": "Project" } } } \ No newline at end of file