From 8f515b0d1f851a4c7543c120719c76de5558cf8b Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 5 Feb 2021 23:09:56 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c618b849..a4ec475d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,6 +20,8 @@ jobs: - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v4 with: + git-config-name: Montezuma + git-config-email: montezuma@jamesiv.es repository-name: JamesIves/lab token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages