Skip to content

Commit

Permalink
Add gh workflow to publish flyteidl to buf
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Oct 5, 2023
1 parent 4ee73f5 commit 6b6a85b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions flyteidl/.github/workflows/flyteidl-buf-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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'

0 comments on commit 6b6a85b

Please sign in to comment.