From e909165fb3c639e9c15676a488aeec6fd2f8c416 Mon Sep 17 00:00:00 2001 From: Sonali Sharma Date: Tue, 13 Feb 2024 13:57:36 +0530 Subject: [PATCH] chore: update email in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 127880c..540fb81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - name: Setup git config run: | git config user.name "Sephora Bot" - git config user.email "devops+gh-sephora-bot@sephoradigital.com" + git config user.email "63177048+sephora-bot@users.noreply.github.com" - name: Create Release env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_SEPHORA_BOT }} # Needs a token that has push access to protected branches