]> Nishi Git Mirror - gwion.git/commitdiff
oauth
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 22:26:21 +0000 (23:26 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 22:26:21 +0000 (23:26 +0100)
.github/workflows/build.yml

index a5a60b2d0f631c5bf0797fb6d9ab2b5f277e67df..3300870cb50767caa61d87ed48f8a05095223e35 100644 (file)
@@ -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