From 2c389fa1e9971687e40e33cbb71d46a966a8b163 Mon Sep 17 00:00:00 2001 From: Jennie Pham Date: Mon, 25 Nov 2024 13:08:56 -0500 Subject: [PATCH] bot email --- .github/workflows/dependabot_serverless_gomod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dependabot_serverless_gomod.yml b/.github/workflows/dependabot_serverless_gomod.yml index a346494fc75..ccc4e76e9e3 100644 --- a/.github/workflows/dependabot_serverless_gomod.yml +++ b/.github/workflows/dependabot_serverless_gomod.yml @@ -44,6 +44,8 @@ jobs: USER: x-access-token TOKEN: ${{ steps.get-github-app-token.outputs.token }} run: | + git config --global user.email "bot@grafana.com" + git config --global user.name "tempo-gh-bot[bot]" git config --global url."https://${USER}:${TOKEN}@github.com/grafana/tempo".insteadOf "https://github.com/grafana/tempo" git add cmd/tempo-serverless/lambda/go.mod git add cmd/tempo-serverless/lambda/go.sum