From 1fa2f4823b873066790e6b1cdf10691dc1845f40 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Wed, 3 Jun 2026 01:17:54 -0400 Subject: [PATCH] Update copy-labels.js --- copy-labels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy-labels.js b/copy-labels.js index 99fd4f2..75f5bb2 100644 --- a/copy-labels.js +++ b/copy-labels.js @@ -3,7 +3,7 @@ const HOST = 'https://git.zakscode.com'; const SOURCE = 'ztimson/template'; const TARGET = 'ztimson/momentum'; -const TOKEN = 'd3da7314865bb8da08a474480e9924270362e456'; +const TOKEN = ''; console.log(`Copying from: ${HOST}/api/v1/repos/${SOURCE}/labels`); console.log(`To: ${HOST}/api/v1/repos/${TARGET}/labels`);