Skip to content

Publish last accepted height through chits (#3441) #354

Publish last accepted height through chits (#3441)

Publish last accepted height through chits (#3441) #354

Workflow file for this run

name: buf-push
on:
push:
tags:
- "*"
branches:
- master
- dev
paths:
- "proto/**"
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
- uses: bufbuild/buf-push-action@v1
with:
input: "proto"
buf_token: ${{ secrets.BUF_TOKEN }}