Update copy-labels.js

This commit is contained in:
2026-06-03 01:17:54 -04:00
parent 132d08745e
commit 1fa2f4823b

View File

@@ -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`);