Skip to content

Commit

Permalink
chore: update email in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonali-gs committed Feb 13, 2024
1 parent 27617a7 commit e909165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e909165

Please sign in to comment.