mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 22:14:21 -04:00
add username with access token
This commit is contained in:
parent
3bfb6fdf05
commit
9cc0c0ea20
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ commit_build_files() {
|
|||
}
|
||||
|
||||
upload_files() {
|
||||
git remote add origin https://${GH_TOKEN}@github.com/KaizIqbal/Bibata_Cursor.git > /dev/null 2>&1
|
||||
git remote add origin https://KaizIqbal:${GH_TOKEN}@github.com/KaizIqbal/Bibata_Cursor.git > /dev/null 2>&1
|
||||
git push --quiet --set-upstream origin test
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue