From 3a47723e9ae57f823e85eba130069db3e9e56c82 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Tue, 20 Jan 2026 16:52:27 -0700 Subject: [PATCH] add in github account stuff --- .github/workflows/publish.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 725a703..297ca16 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -55,6 +55,12 @@ jobs: --output text | \ jq -r 'to_entries[] | [.key, .value] | @tsv') + + - name: configure git + run: | + git config --global user.name "FusionAuth Automation" + git config --global user.email "donotreply@fusionauth.io" + - name: setup node for publishing if: inputs.command == 'publish' uses: actions/setup-node@v6