Skip to content

feat: Add service rpc's for getting and streaming service logs #25

feat: Add service rpc's for getting and streaming service logs

feat: Add service rpc's for getting and streaming service logs #25

Workflow file for this run

name: Buf publish
on:
push:
branches: [main]
tags: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-push-action@v1
with:
buf_token: ${{ secrets.BUF_TOKEN }}