Skip to content

Commit

Permalink
Set git username and email to auto-update workflow (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored Sep 2, 2022
1 parent bf656de commit b679e6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/auto-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b679e6f

Please sign in to comment.