Skip to content

Commit

Permalink
Use noreply for git user email.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Oct 6, 2024
1 parent 5ac7e7f commit 0410b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/access-token-management-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Tag
run: |
git config --global user.email "github-bot@duendesoftware.com"
git config --global user.name "Duende Software GitHub Bot"
git config --global user.email "noreply@duendesoftware.com"
git config --global user.name "Duende Software"
git tag -a atm-${{ github.event.inputs.version }} -m "Release v${{ github.event.inputs.version }}"
git push origin atm-${{ github.event.inputs.version }}
Expand Down

0 comments on commit 0410b07

Please sign in to comment.