From 16f85585ff544df9ae795e2f4ea2b41f9506b1b4 Mon Sep 17 00:00:00 2001 From: Todd Treece <360020+toddtreece@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:29:57 -0500 Subject: [PATCH] Chore: Switch to github actions bot in go workspace action (#98490) --- .github/workflows/pr-dependabot-update-go-workspace.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-dependabot-update-go-workspace.yml b/.github/workflows/pr-dependabot-update-go-workspace.yml index d9e175d422f..9fd36a20082 100644 --- a/.github/workflows/pr-dependabot-update-go-workspace.yml +++ b/.github/workflows/pr-dependabot-update-go-workspace.yml @@ -50,8 +50,8 @@ jobs: - name: Configure Git run: | - git config --local user.email "${APP_INSTALLATION_ID}+grafana-go-workspace-bot[bot]@users.noreply.github.com" - git config --local user.name "grafana-go-workspace-bot[bot]" + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" git config --local --add --bool push.autoSetupRemote true - name: Update workspace