Skip to content

Nightly Automation

Nightly Automation #22

Workflow file for this run

name: Nightly Automation
on:
schedule:
- cron: "0 10 * * *"
workflow_dispatch:
jobs:
nightly-protos:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- uses: bufbuild/[email protected]
- name: Generate Protos
run: dev/gen-protos
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
commit-message: Nightly Protos
title: Update Protos
body: |
- Nightly Proto Update
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
branch: nightly-proto