Skip to content

fix

fix #346

Workflow file for this run

name: Push Buf Proto
on:
push:
branches: [ main ]
pull_request:
branches:
- 'main'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.5.0
- name: link
run: make link
- name: test buf build
run: buf build
- uses: bufbuild/buf-push-action@v1.0.1
if: |
github.event_name == 'push'
&& github.repository == 'go-saas/kit'
with:
input: buf
buf_token: ${{ secrets.BUF_TOKEN }}