Update demos-run-v1.js

chore: remove access token leak
This commit is contained in:
Casey B. 2024-07-26 01:49:23 +00:00
parent a5afbd2f86
commit fb5b51d7c9

View File

@ -80,7 +80,7 @@ async function main() {
// Pull latest files from #main branch // Pull latest files from #main branch
// Its a read-only access token, don't worry // Its a read-only access token, don't worry
await executeCommand( 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? 🃏', '📥 Importing repo files... Are these your files? 🃏',
'Files Imported!', 'Files Imported!',
chalk.green chalk.green