From d89bea0877a4ac061da505668e278657bf1656c1 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Thu, 1 Feb 2024 14:39:58 -0800 Subject: [PATCH] wip: configures git --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 98c18c8ec..b17a4d7f4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -121,6 +121,9 @@ jobs: run: | BODY="BEGIN-AUTO-DEPLOY-SIGNATURE:${{ steps.sign.outputs.signature }}:END-AUTO-DEPLOY-SIGNATURE" + git config --global user.email "catalyst-cibot@projectcatalyst.io" + git config --global user.name "catalyst-cibot" + git add . git commit -m "chore: auto-deploy from ${{ github.event.repository.name }}" git push origin "auto-deploy-${{ github.sha }}"