Skip to content

Auto-update

Auto-update #10100

Workflow file for this run

name: Auto-update
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
jobs:
build:
name: Auto-update on new core/contrib versions
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Auto-update
run: ./scripts/update-to-latest-otelcol.sh -c true
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: Auto-update CI workflow
GIT_COMMITTER_NAME: Auto-update CI workflow
# Set jpkroehling's email, otherwise CLA checks will fail
GIT_AUTHOR_EMAIL: juraci.github@kroehling.de
GIT_COMMITTER_EMAIL: juraci.github@kroehling.de