From: Jérémie Astor Date: Thu, 16 Jan 2020 21:17:18 +0000 (+0100) Subject: more and more git X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=85e6e105a1802f37111a14e2904878452816c3f0;p=gwion.git more and more git --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca1e2d98..f3b8f176 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,5 +43,5 @@ jobs: git config --local user.name "GitHub Action" git add -f book git commit -m "add book" - git remote add Gwion htps://github.com/fennecdjay/Gwion + git remote add Gwion https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${REPOSITORY}.git" git push Gwion HEAD:gh_pages