Update demos-run-v1.js
chore: remove access token leak
This commit is contained in:
parent
a5afbd2f86
commit
fb5b51d7c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user