Skip to content

Commit 14bc17e

Browse files
chore: add buf push on labels in ci (#8203)
1 parent 9e8c3db commit 14bc17e

File tree

6 files changed

+280
-272
lines changed

6 files changed

+280
-272
lines changed

.github/workflows/proto-registry.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,27 @@ name: Buf-Push
22
# Protobuf runs buf (https://buf.build/) push updated proto files to https://buf.build/cosmos/ibc
33
# This workflow is only run when a .proto file has been changed
44
on:
5+
workflow_dispatch:
56
push:
67
branches:
78
- main
89
paths:
910
- "proto/**"
11+
tags:
12+
- 'v*.*.*'
1013

1114
jobs:
1215
push:
1316
runs-on: depot-ubuntu-22.04-4
1417
steps:
1518
- uses: actions/checkout@v4
16-
- uses: bufbuild/[email protected]
17-
- uses: bufbuild/buf-push-action@v1
19+
- uses: bufbuild/buf-action@v1
1820
with:
21+
token: ${{ secrets.BUF_TOKEN }}
22+
setup_only: false
23+
github_token: ${{ secrets.GITHUB_TOKEN }}
1924
input: "proto"
20-
buf_token: ${{ secrets.BUF_TOKEN }}
25+
push: true
26+
lint: false
27+
format: false
28+
breaking: false

modules/apps/transfer/types/token.pb.go

Lines changed: 243 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)