mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
20 lines
347 B
YAML
20 lines
347 B
YAML
name: buf-push
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- "proto/**"
|
|
|
|
jobs:
|
|
push:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: bufbuild/buf-setup-action@v1.31.0
|
|
- uses: bufbuild/buf-push-action@v1
|
|
with:
|
|
input: "proto"
|
|
buf_token: ${{ secrets.BUF_TOKEN }}
|