Skip to content

Commit 0410b07

Browse files
committed
Use noreply for git user email.
1 parent 5ac7e7f commit 0410b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/access-token-management-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
3838
- name: Tag
3939
run: |
40-
git config --global user.email "github-bot@duendesoftware.com"
41-
git config --global user.name "Duende Software GitHub Bot"
40+
git config --global user.email "noreply@duendesoftware.com"
41+
git config --global user.name "Duende Software"
4242
git tag -a atm-${{ github.event.inputs.version }} -m "Release v${{ github.event.inputs.version }}"
4343
git push origin atm-${{ github.event.inputs.version }}
4444

0 commit comments

Comments
 (0)