From de2001a3a2c2e0a9788941eea7c5ec9ca5ccc7c0 Mon Sep 17 00:00:00 2001 From: DerDavidBohl Date: Mon, 6 Oct 2025 18:27:41 +0200 Subject: [PATCH] Use my Mail to Sign Action Commits --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 16c4f0c..d2deb82 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,7 +47,7 @@ jobs: git config --global user.signingkey "$GPG_KEY_ID" git config --global commit.gpgsign true git config --global user.name "GitHub Actions" - git config --global user.email "actions@github.com" + git config --global user.email "david@davidbohl.org" env: GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}