Skip to content

Disambiguate Health endpoint due to introduction of Kessel Inventory … #11

Disambiguate Health endpoint due to introduction of Kessel Inventory …

Disambiguate Health endpoint due to introduction of Kessel Inventory … #11

Workflow file for this run

name: buf-push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
with:
input: "api"
- uses: bufbuild/buf-breaking-action@v1
with:
input: "api"
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main,ref=HEAD~1"
- uses: bufbuild/buf-push-action@v1
with:
input: "api"
buf_token: ${{ secrets.BUF_TOKEN }}