From b679e6f52d577421a6a03ec803364cc90bdb6fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Fri, 2 Sep 2022 14:26:28 -0300 Subject: [PATCH] Set git username and email to auto-update workflow (#12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling Signed-off-by: Juraci Paixão Kröhling --- .github/workflows/auto-update.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml index 820a157..6cf9639 100644 --- a/.github/workflows/auto-update.yaml +++ b/.github/workflows/auto-update.yaml @@ -21,4 +21,8 @@ jobs: go-version: 1.17 - name: Auto-update - run: ./scripts/update-to-latest-otelcol.sh -c + run: ./scripts/update-to-latest-otelcol.sh -c true + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GIT_AUTHOR_NAME: Auto-update CI workflow + GIT_AUTHOR_EMAIL: noreply+opentelemetry@grafana.com \ No newline at end of file