Skip to content

refactor(proto): deprecate billing_id in transaction and invoice RPCs… #368

refactor(proto): deprecate billing_id in transaction and invoice RPCs…

refactor(proto): deprecate billing_id in transaction and invoice RPCs… #368

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bufbuild/[email protected]
with:
version: 1.5.0
- uses: bufbuild/buf-breaking-action@v1
with:
against: 'https://github.com/$GITHUB_REPOSITORY.git#branch=main'
push_to_bsr:
runs-on: ubuntu-latest
needs: validate
steps:
- uses: actions/checkout@v2
- uses: bufbuild/[email protected]
with:
version: 1.5.0
- uses: bufbuild/buf-push-action@v1
with:
buf_token: ${{ secrets.BUF_TOKEN }}