diff --git a/.github/workflows/bump-snapshots.yml b/.github/workflows/bump-snapshots.yml index 3d63ea58..80be3b4b 100644 --- a/.github/workflows/bump-snapshots.yml +++ b/.github/workflows/bump-snapshots.yml @@ -23,8 +23,8 @@ jobs: settings-path: ${{ github.workspace }} - name: configure-git-user run: | - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config user.name "github-actions[bot]" + git config user.email "team@moderne.io" + git config user.name "team-moderne[bot]" - name: bump-rewrite-properties-to-snapshots run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c827dd8f..3ab2402b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,8 +25,8 @@ jobs: gpg-passphrase: SONATYPE_SIGNING_PASSWORD - name: configure-git-user run: | - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config user.name "github-actions[bot]" + git config user.email "team@moderne.io" + git config user.name "team-moderne[bot]" - name: bump-rewrite-properties-to-releases run: |