Skip to content

ci: downgrade pr labeler to v4 because of broken version(v5 and above) #32

ci: downgrade pr labeler to v4 because of broken version(v5 and above)

ci: downgrade pr labeler to v4 because of broken version(v5 and above) #32

Workflow file for this run

# name: Buf-Push
# # Protobuf runs buf (https://buf.build/) push updated proto files to https://buf.build/Finschia/finschia-sdk
# # This workflow is only run when a .proto file has been changed
# on:
# push:
# branches:
# - main
# paths:
# - "proto/**"
# jobs:
# push:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: bufbuild/buf-setup-action@v1.21.0
# - uses: bufbuild/buf-push-action@v1
# with:
# input: "proto"
# buf_token: ${{ secrets.BUF_TOKEN }}