From d2ecef20b16f771321febae8fa01a4da87f31727 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Sat, 19 Jul 2025 13:45:45 -0700 Subject: [PATCH] replace (now revoked) sourcehut token with placeholder --- config.example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.json b/config.example.json index f898b3c..4a76676 100644 --- a/config.example.json +++ b/config.example.json @@ -3,10 +3,10 @@ "gitlab_token": "glpat-your_gitlab_personal_access_token_here", "codeberg_token": "your_codeberg_access_token_here", "sourcehut": { - "token": "AFRfVWoAAAAAAAAGZWxlcmNoMXjCv+4TPV+Qq1CMiUWDAZ/RNZzykaxJVZttjjCa1BU", + "token": "your_sourcehut_token_here", "repositories": [ "~sircmpwn/aerc", "~emersion/gamja" ] } -} \ No newline at end of file +}