Skip to content

Add gh workflow to publish flyteidl to buf #1

Add gh workflow to publish flyteidl to buf

Add gh workflow to publish flyteidl to buf #1

name: Publish flyteidl Buf Package
on:
push:
branches:
- master
pull_request:
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-push-action@v1
with:
buf_token: ${{ secrets.BUF_TOKEN }}
input: 'flyteidl/protos'