From 885c7d4c960a6db33dbddbf565590987a3e7b82d Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 4 Oct 2021 12:03:08 +0200 Subject: [PATCH] [GH-Actions][pages] Fix milkmaker --- .github/workflows/gh-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 769ddce23..92f2e7814 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,5 +26,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.5 with: token: '${{ secrets.GHPAGES_ACTION_DEPLOY_TOKEN_PAT }}' + git-config-name: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITNAME_PAT }}' + git-config-email: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITEMAIL_PAT }}' branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy.