From 7513cd3660a7b0c8a8b0b4925e9d8e7e8cb4bba9 Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Sat, 25 Apr 2026 07:06:05 -0700 Subject: [PATCH] Update BCR publish account --- .github/workflows/bcr-publish.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bcr-publish.yaml b/.github/workflows/bcr-publish.yaml index 4848e3d..5000a40 100644 --- a/.github/workflows/bcr-publish.yaml +++ b/.github/workflows/bcr-publish.yaml @@ -30,8 +30,9 @@ jobs: with: attest: false tag_name: ${{ inputs.release_version }} - author_name: periareon-bot - author_email: 260522848+periareon-bot@users.noreply.github.com + author_name: hw-bzl-bot + # https://api.github.com/users/hw-bzl-bot + author_email: 279263554+hw-bzl-bot@users.noreply.github.com # Tags don't include a "v" prefix tag_prefix: "" # GitHub repository which is a fork of the upstream where the Pull Request will be opened.