diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index bce0ee88..d49cdc0e 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -31,7 +31,7 @@ jobs: echo "Not committing GUID changes because there are no changes" else git config credential.helper 'cache --timeout=120' - git config user.email "" + git config user.email "opensource@redcanary.com" git config user.name "Atomic Red Team GUID generator" git add atomics @@ -53,7 +53,7 @@ jobs: echo "Not committing documentation because there are no changes" else git config credential.helper 'cache --timeout=120' - git config user.email "" + git config user.email "opensource@redcanary.com" git config user.name "Atomic Red Team doc generator" git add atomics git commit -am "ci/cd generated docs from job=$GITHUB_JOB branch=$GITHUB_REF_NAME [ci skip]"