Skip to content

ci: move at the speed of light (deprecate github actions runners) #103

ci: move at the speed of light (deprecate github actions runners)

ci: move at the speed of light (deprecate github actions runners) #103

Workflow file for this run

name: Buf-Push
# Protobuf runs buf (https://buf.build/) push updated proto files to https://buf.build/cosmos/ibc
# This workflow is only run when a .proto file has been changed
on:
push:
branches:
- main
paths:
- "proto/**"
jobs:
push:
depot-ubuntu-22.04-4
steps:

Check failure on line 14 in .github/workflows/proto-registry.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/proto-registry.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.50.0
- uses: bufbuild/buf-push-action@v1
with:
input: "proto"
buf_token: ${{ secrets.BUF_TOKEN }}