Update launch.sh
Browse files
launch.sh
CHANGED
@@ -27,7 +27,7 @@ function init() {
|
|
27 |
git config --global user.name "git-batch"
|
28 |
git config --global init.defaultBranch main
|
29 |
git init
|
30 |
-
git remote add origin https
|
31 |
git add .
|
32 |
echo "'update data $(date "+%Y-%m-%d %H:%M:%S")'"
|
33 |
git commit -m "'update data $(date "+%Y-%m-%d %H:%M:%S")'"
|
|
|
27 |
git config --global user.name "git-batch"
|
28 |
git config --global init.defaultBranch main
|
29 |
git init
|
30 |
+
git remote add origin https://${github_secret}@github.com/${github_project}.git
|
31 |
git add .
|
32 |
echo "'update data $(date "+%Y-%m-%d %H:%M:%S")'"
|
33 |
git commit -m "'update data $(date "+%Y-%m-%d %H:%M:%S")'"
|