From 3208e1de3ff8a07dd6f572c154cd245431acf1b2 Mon Sep 17 00:00:00 2001 From: streamich Date: Sun, 28 Oct 2018 22:18:23 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20setup=20GitHub=20remove=20?= =?UTF-8?q?before=20uploading=20to=20gh-pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e029e572..80ae1029 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,6 +67,13 @@ jobs: - store_artifacts: path: ~/repo/storybook-static - *Commit_Status_Storybook + - run: + name: Setup GitHub + command: | + git config --global user.email "streamich@gmail.com" + git config --global user.name "streamich" + git remote rm origin + git remote add origin https://${GITHUB_TOKEN}@github.com/streamich/react-use - *Upload_Storybook - *Release