From bb33a76bfe670cbdb06d51c12ce3997a4ff88843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Sat, 17 May 2025 01:24:54 +0200 Subject: [PATCH] ci: change user to Rust for Web bot (#82) --- .github/workflows/upstream.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 5903524..6c6db63 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -40,6 +40,6 @@ jobs: env: GITHUB_ACTOR: ${{ env.GITHUB_ACTOR }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GIT_USER_NAME: github-actions[bot] - GIT_USER_EMAIL: github-actions[bot]@users.noreply.github.com + GIT_USER_NAME: rust-for-web[bot] + GIT_USER_EMAIL: 191031261+rust-for-web[bot]@users.noreply.github.com RUST_LOG: upstream=info