diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e21baae..4b6075c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ deploy_job: - ls -la - git remote -v - git log - - git remote add github https://$GITHUB_TOKEN:@github.com/yun-ink/timerx.git + - git remote add github https://${GITHUB_TOKEN}:@github.com/yun-ink/timerx.git - git push github master only: - master