diff --git a/.github/workflows/ci-generate-ci.yml b/.github/workflows/ci-generate-ci.yml index 1ecf196331e..0a8494de53e 100644 --- a/.github/workflows/ci-generate-ci.yml +++ b/.github/workflows/ci-generate-ci.yml @@ -47,7 +47,7 @@ jobs: if [ -n "$(git status --porcelain)" ]; then git config --global user.name "IDX GitHub Automation" - git config --global user.email "idx@dfinity.org" + git config --global user.email "<>" git add . git commit -m "IDX GitHub Automation" git push diff --git a/.github/workflows/container-autobuild.yml b/.github/workflows/container-autobuild.yml index 8aadeb05755..404e6847da6 100644 --- a/.github/workflows/container-autobuild.yml +++ b/.github/workflows/container-autobuild.yml @@ -117,7 +117,7 @@ jobs: popd git config --global user.name "IDX GitHub Automation" - git config --global user.email "idx@dfinity.org" + git config --global user.email "<>" git add . git commit -m "Updating container image to ${IMAGE_SHA}" -m "Image tag: ${IMAGE_TAG}" git push diff --git a/.github/workflows/rosetta-release.yml b/.github/workflows/rosetta-release.yml index cd99e734580..207cf6aa06d 100644 --- a/.github/workflows/rosetta-release.yml +++ b/.github/workflows/rosetta-release.yml @@ -37,7 +37,7 @@ jobs: - name: Configure Git run: | git config --global user.name "IDX GitHub Automation" - git config --global user.email "idx@dfinity.org" + git config --global user.email "<>" - name: Check rosetta release version if: ${{ github.event.inputs.rosetta_release_version }} diff --git a/.github/workflows/sync-public-with-private.yml b/.github/workflows/sync-public-with-private.yml index 5bbb48c2bc8..99b5365bce1 100644 --- a/.github/workflows/sync-public-with-private.yml +++ b/.github/workflows/sync-public-with-private.yml @@ -30,7 +30,7 @@ jobs: - name: Sync changes from public ic run: | git config --global user.name "IDX GitHub Automation" - git config --global user.email "idx@dfinity.org" + git config --global user.email "<>" git remote add public https://github.com/dfinity/ic.git git fetch public master