From afa3f310db866fe6617640b3051a17aa1f5ef68a Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 8 Feb 2020 22:10:44 +0900 Subject: [PATCH] use correct url --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3e810e0..460bcc7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,6 +17,6 @@ jobs: - run: NEXT_ASSET_PREFIX=/${GITHUB_REPOSITORY#*/} yarn doc - run: git add docs - run: git -c user.name=bot -c user.email=octocat@github.com commit -m docs - - run: git remote add github "https://:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" + - run: git remote add github "https://github:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" env: { GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" } - run: git push github HEAD:${GITHUB_REF}