From cc951bac163cf2e68de71cbddada07addfebbb42 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 21 Jul 2025 20:59:46 +0200 Subject: [PATCH] github action user should have access to push to PR branch --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39833fdea..9f324d071 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,8 +130,8 @@ jobs: env: SHARED: ${{ matrix.shared }} run: | - git config user.name "hashcat-bot" - git config user.email "hashcat-bot@hashcat.net" + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add docs/hashcat-help.md git add docs/hashcat-example_hashes.md if ! git diff --cached --quiet; then