From: Jérémie Astor Date: Thu, 16 Jan 2020 21:27:15 +0000 (+0100) Subject: secrets X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e678516dab65c28f3ac93fa939c6d3aab9149e63;p=gwion.git secrets --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a3f7931..3d46423a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,4 +43,4 @@ jobs: git config --local user.name "GitHub Action" git add -f book git commit -m "add book" - git push https://${{ GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }}@github.com/Gwion.git HEAD:gh_pages + git push https://${{ secrets.GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }}@github.com/Gwion.git HEAD:gh_pages