From fb5b51d7c9ba5ea29f833e93843f2f79b893a83f Mon Sep 17 00:00:00 2001 From: Casey B Date: Fri, 26 Jul 2024 01:49:23 +0000 Subject: [PATCH] Update demos-run-v1.js chore: remove access token leak --- demos-run-v1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos-run-v1.js b/demos-run-v1.js index 994859e..c49fe89 100644 --- a/demos-run-v1.js +++ b/demos-run-v1.js @@ -80,7 +80,7 @@ async function main() { // Pull latest files from #main branch // Its a read-only access token, don't worry await executeCommand( - 'git pull https://cbarnett:a72f754efcf65404e5fbc2a70a8f08619fe058bb@git.tcf.ventures/TCF-Ventures-LLC/' + repoName, + 'git pull https://username:access-token@git.tcf.ventures/TCF-Ventures-LLC/' + repoName, '📥 Importing repo files... Are these your files? 🃏', 'Files Imported!', chalk.green