From: Jérémie Astor Date: Thu, 16 Jan 2020 22:26:21 +0000 (+0100) Subject: oauth X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=b71c11dade77f510ebaa34b647e3c24fe83ba3da;p=gwion.git oauth --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5a60b2d..3300870c 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 set-url origin https://${{ secrets.GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }}@github.com/fennecdjay/Gwion.git + git remote set-url origin https://oauth2:${{ secrets.GITHUB_TOKEN }}@github.com/fennecdjay/Gwion.git git push HEAD:mdbook HEAD:gh_pages