From 43af4aa1827a2ef58fba6ac944b13405bcf2f2d1 Mon Sep 17 00:00:00 2001 From: sarbjitgrewal Date: Fri, 15 Sep 2023 16:08:13 +0530 Subject: [PATCH] remove token from config --- pr_agent/settings/configuration.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index 9a4aa3f9..3b5f83e0 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -55,7 +55,7 @@ extra_instructions = "" [github] # The type of deployment to create. Valid values are 'app' or 'user'. deployment_type = "user" -user_token = "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" # A GitHub personal access token with 'repo' scope. +user_token = "" # A GitHub personal access token with 'repo' scope. ratelimit_retries = 5 [github_app]