From 338cacf24c67a2c2b607868b79617257682f4f83 Mon Sep 17 00:00:00 2001 From: kpango Date: Sat, 26 Jan 2019 23:05:32 +0900 Subject: [PATCH] fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06357d2f..9ebef0c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,7 +125,7 @@ jobs: if [ ! -z "$TAG" ]; then echo $TAG git tag $TAG - git push git@github.com:${ORG_NAME}/${REPO_NAME} --tags + git push https://${GITHUB_ACCESS_TOKEN}:x-oauth-basic@github.com/${ORG_NAME}/${REPO_NAME} --tags fi - persist_to_workspace: root: .