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